We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecf505 commit 48fc0fdCopy full SHA for 48fc0fd
library/std/src/sys/thread/wasip1.rs
@@ -7,6 +7,7 @@ use crate::mem;
7
use crate::num::NonZero;
8
#[cfg(target_feature = "atomics")]
9
use crate::sys::os;
10
+#[cfg(target_feature = "atomics")]
11
use crate::thread::ThreadInit;
12
use crate::time::Duration;
13
0 commit comments