We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c24c4 commit 7155a21Copy full SHA for 7155a21
rust-version
@@ -1 +1 @@
1
-4fd4de7ea358ad6fc28c5780533ea8ccc09e1006
+9353538c7bea6edb245457712cec720305c4576e
tests/pass/concurrency/sync_nopreempt.rs
@@ -16,7 +16,7 @@ fn check_conditional_variables_notify_all() {
16
let (lock, cvar) = &*pair2;
17
let guard = lock.lock().unwrap();
18
// Block waiting on the conditional variable.
19
- let _ = cvar.wait(guard).unwrap();
+ let _x = cvar.wait(guard).unwrap();
20
})
21
22
.inspect(|_| {
0 commit comments