Add missing feature flag
This commit is contained in:
parent
4ecf505eb7
commit
48fc0fd597
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ use crate::mem;
|
|||
use crate::num::NonZero;
|
||||
#[cfg(target_feature = "atomics")]
|
||||
use crate::sys::os;
|
||||
#[cfg(target_feature = "atomics")]
|
||||
use crate::thread::ThreadInit;
|
||||
use crate::time::Duration;
|
||||
#[cfg(target_feature = "atomics")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue