diff --git a/voxygen/src/mesh/terrain.rs b/voxygen/src/mesh/terrain.rs index 875194b187..e6ba3de44d 100644 --- a/voxygen/src/mesh/terrain.rs +++ b/voxygen/src/mesh/terrain.rs @@ -207,7 +207,7 @@ impl<'a, V: RectRasterableVol + ReadVol + Debug> type TranslucentPipeline = FluidPipeline; #[allow(clippy::collapsible_if)] // TODO: Pending review in #587 - #[allow(clippy::many_single_char_names)] // TODO: Pending review in #587 + #[allow(clippy::many_single_char_names)] #[allow(clippy::needless_range_loop)] // TODO: Pending review in #587 #[allow(clippy::or_fun_call)] // TODO: Pending review in #587 #[allow(clippy::panic_params)] // TODO: Pending review in #587 diff --git a/voxygen/src/render/pipelines/ui.rs b/voxygen/src/render/pipelines/ui.rs index 9078ebf3c5..aed98810dd 100644 --- a/voxygen/src/render/pipelines/ui.rs +++ b/voxygen/src/render/pipelines/ui.rs @@ -87,7 +87,7 @@ impl Mode { } } -#[allow(clippy::many_single_char_names)] // TODO: Pending review in #587 +#[allow(clippy::many_single_char_names)] pub fn create_quad( rect: Aabr, uv_rect: Aabr, diff --git a/voxygen/src/ui/graphic/renderer.rs b/voxygen/src/ui/graphic/renderer.rs index f21039b3a9..8655c0c9cc 100644 --- a/voxygen/src/ui/graphic/renderer.rs +++ b/voxygen/src/ui/graphic/renderer.rs @@ -67,7 +67,7 @@ impl euc::Interpolate for VsOut { } #[inline(always)] - #[allow(clippy::many_single_char_names)] // TODO: Pending review in #587 + #[allow(clippy::many_single_char_names)] fn lerp3(a: Self, b: Self, c: Self, x: f32, y: f32, z: f32) -> Self { //a * x + b * y + c * z Self(