We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72165ab commit fc98292Copy full SHA for fc98292
core/src/sync/atomic.rs
@@ -243,7 +243,7 @@ const EMULATE_ATOMIC_BOOL: bool =
243
244
/// A boolean type which can be safely shared between threads.
245
///
246
-/// This type has the same in-memory representation as a [`bool`].
+/// This type has the same memory layout and bit validity as a [`bool`].
247
248
/// **Note**: This type is only available on platforms that support atomic
249
/// loads and stores of `u8`.
0 commit comments