Skip to content

Commit 01337bc

Browse files
clippy allow too many arguments
1 parent a89fe8c commit 01337bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/services/ffmpeg_handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ impl FFmpegHandler {
543543
}
544544

545545
/// Background thread that reads FFmpeg stderr and emits stats events
546+
#[allow(clippy::too_many_arguments)]
546547
fn stats_reader<R: tauri::Runtime>(
547548
stderr: std::process::ChildStderr,
548549
group_id: String,

0 commit comments

Comments
 (0)