We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
u8
1 parent 7897f60 commit 5398456Copy full SHA for 5398456
src/libcore/sync/atomic.rs
@@ -154,7 +154,7 @@ pub fn spin_loop_hint() {
154
/// This type has the same in-memory representation as a [`bool`].
155
///
156
/// **Note**: This type is only available on platforms that support atomic
157
-/// loads and stores of booleans (as `u8`).
+/// loads and stores of `u8`.
158
159
/// [`bool`]: ../../../std/primitive.bool.html
160
#[cfg(target_has_atomic_load_store = "8")]
0 commit comments