We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d606d9 commit 602dd14Copy full SHA for 602dd14
library/core/src/intrinsics.rs
@@ -58,7 +58,7 @@ use crate::marker::DiscriminantKind;
58
use crate::mem;
59
60
// These imports are used for simplifying intra-doc links
61
-#[cfg(doc)]
+#[allow(unused_imports)]
62
use crate::sync::atomic::{self, AtomicBool, AtomicI32, AtomicIsize, AtomicU32, Ordering};
63
64
#[stable(feature = "drop_in_place", since = "1.8.0")]
0 commit comments