Skip to content

Commit

Permalink
Quelch too-many-arguments warning on make_rpc_bench_threads (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Dec 9, 2024
1 parent 6c86ce5 commit e4979e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts-cluster-bench/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ fn run_rpc_bench_loop(
}
}

#[allow(clippy::too_many_arguments)]
fn make_rpc_bench_threads(
rpc_benches: Vec<RpcBench>,
mint: &Option<Pubkey>,
Expand Down

0 comments on commit e4979e3

Please sign in to comment.