Skip to content

Commit a6e3e02

Browse files
joshlftaiki-e
andauthored
Update library/core/src/sync/atomic.rs
Co-authored-by: Taiki Endo <[email protected]>
1 parent c50804c commit a6e3e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/sync/atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ unsafe impl Sync for AtomicBool {}
272272

273273
/// A raw pointer type which can be safely shared between threads.
274274
///
275-
/// This type has the same size, alignment, and bit validity as a `*mut T`.
275+
/// This type has the same size and bit validity as a `*mut T`.
276276
///
277277
/// **Note**: This type is only available on platforms that support atomic
278278
/// loads and stores of pointers. Its size depends on the target pointer's size.

0 commit comments

Comments
 (0)