chore: formatting, docs and clippy (#2000)

This commit is contained in:
Artem Vorotnikov
2019-12-20 13:54:43 -08:00
committed by Carl Lerche
parent 248bf2144f
commit 3bff5a3ffe
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ fn acquire_mutex_in_drop() {
rt.spawn(async move {
let _ = rx1.await;
let _ = tx2.send(()).unwrap();
tx2.send(()).unwrap();
unreachable!();
});