From 632eba01453951bcc501913aebe2bcafe1a4b313 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Sat, 24 Jul 2021 20:16:18 +0200 Subject: [PATCH] Resolve unused '#[allow(clippy::collapsible_if)]' error supressions --- voxygen/src/mesh/terrain.rs | 1 - 1 file changed, 1 deletion(-) 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