Skip to content

Commit dc1f97a

Browse files
committed
Fix warning.
1 parent 4bb0ddf commit dc1f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/thread/parker/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::sync::atomic::AtomicI32;
2-
use crate::sync::atomic::Ordering::{Acquire, Relaxed, Release};
2+
use crate::sync::atomic::Ordering::{Acquire, Release};
33
use crate::time::Duration;
44

55
const PARKED: i32 = -1;

0 commit comments

Comments
 (0)