Rustup
This commit is contained in:
parent
92c24c4c37
commit
7155a2190e
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
4fd4de7ea358ad6fc28c5780533ea8ccc09e1006
|
||||
9353538c7bea6edb245457712cec720305c4576e
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ fn check_conditional_variables_notify_all() {
|
|||
let (lock, cvar) = &*pair2;
|
||||
let guard = lock.lock().unwrap();
|
||||
// Block waiting on the conditional variable.
|
||||
let _ = cvar.wait(guard).unwrap();
|
||||
let _x = cvar.wait(guard).unwrap();
|
||||
})
|
||||
})
|
||||
.inspect(|_| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue