From ee256a249d187a6adbfadaca85930d7c9b0ac1e5 Mon Sep 17 00:00:00 2001 From: Aditya Kumar <117935160+AS1100K@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:08:22 +0530 Subject: [PATCH] clippy allow type complexity --- azalea-client/src/mining.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/azalea-client/src/mining.rs b/azalea-client/src/mining.rs index 5c6a03f57..26d688e3a 100644 --- a/azalea-client/src/mining.rs +++ b/azalea-client/src/mining.rs @@ -94,6 +94,7 @@ impl Client { #[derive(Component)] pub struct AutoMine; +#[allow(clippy::type_complexity)] fn handle_auto_mine( mut query: Query< (