Skip to content

Commit 7155a21

Browse files
committed
Rustup
1 parent 92c24c4 commit 7155a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4fd4de7ea358ad6fc28c5780533ea8ccc09e1006
1+
9353538c7bea6edb245457712cec720305c4576e

tests/pass/concurrency/sync_nopreempt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn check_conditional_variables_notify_all() {
1616
let (lock, cvar) = &*pair2;
1717
let guard = lock.lock().unwrap();
1818
// Block waiting on the conditional variable.
19-
let _ = cvar.wait(guard).unwrap();
19+
let _x = cvar.wait(guard).unwrap();
2020
})
2121
})
2222
.inspect(|_| {

0 commit comments

Comments
 (0)