tweak variable name
This commit is contained in:
parent
6a29a6842a
commit
169569cccb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 _x = cvar.wait(guard).unwrap();
|
||||
let _guard = cvar.wait(guard).unwrap();
|
||||
})
|
||||
})
|
||||
.inspect(|_| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue