mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add missing feature flag
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
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")]
|
||||
|
||||
Reference in New Issue
Block a user