mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: update CI to clippy 1.76 (#6334)
Co-authored-by: Rafael Bachmann <[email protected]>
This commit is contained in:
co-authored by
Rafael Bachmann
parent
0fbde0e94b
commit
e392c4ff1e
@@ -38,7 +38,7 @@ fn rt_multi_spawn_many_local(c: &mut Criterion) {
|
||||
});
|
||||
}
|
||||
|
||||
let _ = rx.recv().unwrap();
|
||||
rx.recv().unwrap();
|
||||
});
|
||||
})
|
||||
});
|
||||
@@ -165,7 +165,7 @@ fn rt_multi_yield_many(c: &mut Criterion) {
|
||||
}
|
||||
|
||||
for _ in 0..TASKS {
|
||||
let _ = rx.recv().unwrap();
|
||||
rx.recv().unwrap();
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user