mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 10:55:14 +00:00
Update library/core/src/sync/atomic.rs
Co-authored-by: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
parent
fba87f6892
commit
c50804cfdd
@ -2121,7 +2121,7 @@ macro_rules! atomic_int {
|
||||
$int_type:ident $atomic_type:ident) => {
|
||||
/// An integer type which can be safely shared between threads.
|
||||
///
|
||||
/// This type has the same in-memory size and bit validity as the underlying
|
||||
/// This type has the same size and bit validity as the underlying
|
||||
/// integer type, [`
|
||||
#[doc = $s_int_type]
|
||||
/// `].
|
||||
|
Loading…
Reference in New Issue
Block a user