mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Resolve unused '#[allow(clippy::collapsible_if)]' error supressions
This commit is contained in:
parent
70d0840e96
commit
632eba0145
@ -224,7 +224,6 @@ fn calc_light<V: RectRasterableVol<Vox = Block> + ReadVol + Debug>(
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::collapsible_if)]
|
||||
#[allow(clippy::many_single_char_names)]
|
||||
#[allow(clippy::type_complexity)]
|
||||
#[allow(clippy::needless_range_loop)] // TODO: Pending review in #587
|
||||
|
Loading…
Reference in New Issue
Block a user