Skip to content

Commit 598e5b2

Browse files
authored
Update library/std/src/sync/mpsc/shared.rs
1 parent f63096e commit 598e5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/mpsc/shared.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl<T> Packet<T> {
251251
assert_eq!(
252252
self.to_wake.load(Ordering::SeqCst),
253253
0,
254-
"This is a known bug in rust. See https://github.com/rust-lang/rust/issues/39364"
254+
"This is a known bug in the Rust standard library. See https://github.com/rust-lang/rust/issues/39364"
255255
);
256256
let ptr = token.cast_to_usize();
257257
self.to_wake.store(ptr, Ordering::SeqCst);

0 commit comments

Comments
 (0)