We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265fef4 commit d3bddf3Copy full SHA for d3bddf3
library/core/src/sync/atomic.rs
@@ -62,7 +62,7 @@
62
//! some atomic operations. Maximally portable code will want to be careful
63
//! about which atomic types are used. `AtomicUsize` and `AtomicIsize` are
64
//! generally the most portable, but even then they're not available everywhere.
65
-//! For reference, the `std` library requires pointer-sized atomics, although
+//! For reference, the `std` library requires `AtomicBool`s and pointer-sized atomics, although
66
//! `core` does not.
67
//!
68
//! Currently you'll need to use `#[cfg(target_arch)]` primarily to
0 commit comments