Skip to content

Commit

Permalink
Allow more fn args
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Nov 10, 2024
1 parent 895d6bc commit b29d846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasapidevice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ enum PlaybackDeviceMessage {
}

// Playback loop, play samples received from channel
#[allow(clippy::too_many_arguments)]
fn playback_loop(
audio_client: wasapi::AudioClient,
render_client: wasapi::AudioRenderClient,
Expand Down

0 comments on commit b29d846

Please sign in to comment.