Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 27, 2024
1 parent 5b146e9 commit ad088cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fn display_menu(mut commands: Commands) {
});
}

#[allow(clippy::type_complexity)]
fn button_system(
mut interaction_query: Query<
(&Interaction, &mut BackgroundColor, &mut BorderColor),
Expand Down

0 comments on commit ad088cc

Please sign in to comment.