Skip to content

Commit 568d969

Browse files
committed
Fix warning.
1 parent f18f93d commit 568d969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)