Skip to content

Commit 44bcc6e

Browse files
committed
style: allow run function in auto-offset-cli to have many arguments
1 parent 32cc3c5 commit 44bcc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/auto-offset-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn print_result(result: &AlignmentResult, verbose: bool) {
6565
println!(" Reliable: {}", if result.reliable { "yes" } else { "no" });
6666
println!("═══════════════════════════════════════");
6767
}
68-
68+
#[allow(clippy::too_many_arguments)]
6969
async fn run(
7070
chart_path: &PathBuf,
7171
search_range: f64,

0 commit comments

Comments
 (0)