Skip to content

Commit

Permalink
Fix clippy beta lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Dec 29, 2023
1 parent 294c197 commit 281edbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muxers/mplex/benches/split_send_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn prepare(c: &mut Criterion) {
fn run(
receiver_trans: &mut BenchTransport,
sender_trans: &mut BenchTransport,
payload: &Vec<u8>,
payload: &[u8],
listen_addr: &Multiaddr,
) {
receiver_trans
Expand Down

0 comments on commit 281edbb

Please sign in to comment.