Skip to content

Commit

Permalink
clippy allow type complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Jul 20, 2024
1 parent bcfdeaa commit ee256a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azalea-client/src/mining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ impl Client {
#[derive(Component)]
pub struct AutoMine;

#[allow(clippy::type_complexity)]
fn handle_auto_mine(
mut query: Query<
(
Expand Down

0 comments on commit ee256a2

Please sign in to comment.