Only mention u8 and not booleans
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
This commit is contained in:
parent
7897f60021
commit
53984569e2
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ pub fn spin_loop_hint() {
|
|||
/// This type has the same in-memory representation as a [`bool`].
|
||||
///
|
||||
/// **Note**: This type is only available on platforms that support atomic
|
||||
/// loads and stores of booleans (as `u8`).
|
||||
/// loads and stores of `u8`.
|
||||
///
|
||||
/// [`bool`]: ../../../std/primitive.bool.html
|
||||
#[cfg(target_has_atomic_load_store = "8")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue