Clarify bit validity for AtomicBool
This commit is contained in:
parent
59a3a5dba3
commit
db34b082c0
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ const EMULATE_ATOMIC_BOOL: bool =
|
|||
|
||||
/// A boolean type which can be safely shared between threads.
|
||||
///
|
||||
/// This type has the same in-memory representation as a [`bool`].
|
||||
/// This type has the same memory layout and bit validity as a [`bool`].
|
||||
///
|
||||
/// **Note**: This type is only available on platforms that support atomic
|
||||
/// loads and stores of `u8`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue