Skip to content

Commit

Permalink
clippy too many args
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Aug 16, 2023
1 parent a762f9e commit bb0f756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/event_listeners.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ fn some_complex_system(mut events: EventReader<DoSomethingComplex>) {
// This section needed for the example, but not important for learning

/// Trigger events with your keyboard
#[allow(clippy::too_many_arguments)]
fn keyboard_events(
target: Res<TargetEntity>,
mut inputs: EventReader<KeyboardInput>,
Expand Down

0 comments on commit bb0f756

Please sign in to comment.