We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50804c commit a6e3e02Copy full SHA for a6e3e02
library/core/src/sync/atomic.rs
@@ -272,7 +272,7 @@ unsafe impl Sync for AtomicBool {}
272
273
/// A raw pointer type which can be safely shared between threads.
274
///
275
-/// This type has the same size, alignment, and bit validity as a `*mut T`.
+/// This type has the same size and bit validity as a `*mut T`.
276
277
/// **Note**: This type is only available on platforms that support atomic
278
/// loads and stores of pointers. Its size depends on the target pointer's size.
0 commit comments