diff --git a/voxygen/src/mesh/terrain.rs b/voxygen/src/mesh/terrain.rs index 5561ef5b96..de5e59face 100644 --- a/voxygen/src/mesh/terrain.rs +++ b/voxygen/src/mesh/terrain.rs @@ -224,7 +224,6 @@ fn calc_light + 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