Skip to content

Commit 42d5a6e

Browse files
committed
Fix warning.
1 parent 97ed693 commit 42d5a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)