mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-02 00:00:11 +02:00
chore: formatting, docs and clippy (#2000)
This commit is contained in:
committed by
Carl Lerche
parent
248bf2144f
commit
3bff5a3ffe
@@ -44,7 +44,7 @@ fn acquire_mutex_in_drop() {
|
||||
|
||||
rt.spawn(async move {
|
||||
let _ = rx1.await;
|
||||
let _ = tx2.send(()).unwrap();
|
||||
tx2.send(()).unwrap();
|
||||
unreachable!();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user