Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Sep 5, 2024
1 parent bce47fe commit 242cb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/system_ui/src/mic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ fn setup(mut commands: Commands, images: Res<MicImages>) {
));
}

#[allow(clippy::too_many_arguments)]
fn update_mic_ui(
mut commands: Commands,
mut mic_state: ResMut<MicState>,
Expand Down

0 comments on commit 242cb9e

Please sign in to comment.