Skip to content

Commit 48fc0fd

Browse files
committed
Add missing feature flag
1 parent 4ecf505 commit 48fc0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/thread/wasip1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use crate::mem;
77
use crate::num::NonZero;
88
#[cfg(target_feature = "atomics")]
99
use crate::sys::os;
10+
#[cfg(target_feature = "atomics")]
1011
use crate::thread::ThreadInit;
1112
use crate::time::Duration;
1213
#[cfg(target_feature = "atomics")]

0 commit comments

Comments
 (0)