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.
cargo build
1 parent 28ce3e8 commit 5f80104Copy full SHA for 5f80104
src/libcore/sync/atomic.rs
@@ -74,6 +74,8 @@
74
//! ```
75
76
#![stable(feature = "rust1", since = "1.0.0")]
77
+#![cfg_attr(not(target_has_atomic = "8"), allow(dead_code))]
78
+#![cfg_attr(not(target_has_atomic = "8"), allow(unused_imports))]
79
80
use self::Ordering::*;
81
0 commit comments