Skip to content

Commit 1a27715

Browse files
committed
rm imps
1 parent e060513 commit 1a27715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/windows/wait.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use std::{
55
pin::Pin,
66
sync::{
77
atomic::{
8-
AtomicBool, AtomicU32,
9-
Ordering::{Acquire, Relaxed, Release},
8+
AtomicBool,
9+
Ordering::{Acquire, Release},
1010
},
1111
Arc,
1212
},

0 commit comments

Comments
 (0)