diff --git a/src/render/mod.rs b/src/render/mod.rs index 5c52e23..49a04a3 100644 --- a/src/render/mod.rs +++ b/src/render/mod.rs @@ -956,6 +956,7 @@ pub struct TextureManager { impl TextureManager { #[allow(clippy::let_and_return)] + #[allow(clippy::type_complexity)] fn new( res: Arc>, ) -> ( diff --git a/src/server/target.rs b/src/server/target.rs index c8c1ba4..8348e98 100644 --- a/src/server/target.rs +++ b/src/server/target.rs @@ -135,6 +135,7 @@ impl Info { } } +#[allow(clippy::type_complexity)] pub fn test_block( world: &world::World, pos: Position,