Skip to content

Commit 66b6f3e

Browse files
committed
allow too many arguments
1 parent efa6a3a commit 66b6f3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/recording/src/output_pipeline

crates/recording/src/output_pipeline/core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ fn setup_build() -> (
308308
)
309309
}
310310

311+
#[allow(clippy::too_many_arguments)]
311312
async fn finish_build(
312313
mut setup_ctx: SetupCtx,
313314
audio_sources: Vec<AudioSourceSetupFn>,

0 commit comments

Comments
 (0)