Skip to content

Commit 5398456

Browse files
Only mention u8 and not booleans
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 7897f60 commit 5398456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/sync/atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub fn spin_loop_hint() {
154154
/// This type has the same in-memory representation as a [`bool`].
155155
///
156156
/// **Note**: This type is only available on platforms that support atomic
157-
/// loads and stores of booleans (as `u8`).
157+
/// loads and stores of `u8`.
158158
///
159159
/// [`bool`]: ../../../std/primitive.bool.html
160160
#[cfg(target_has_atomic_load_store = "8")]

0 commit comments

Comments
 (0)