updating docs to reflect current situation

This commit is contained in:
Giles Cope 2021-10-15 20:43:52 +01:00
parent 265fef45f2
commit d3bddf3ea1
No known key found for this signature in database
GPG Key ID: 631F6352D4A949EF

View File

@ -62,7 +62,7 @@
//! some atomic operations. Maximally portable code will want to be careful
//! about which atomic types are used. `AtomicUsize` and `AtomicIsize` are
//! generally the most portable, but even then they're not available everywhere.
//! For reference, the `std` library requires pointer-sized atomics, although
//! For reference, the `std` library requires `AtomicBool`s and pointer-sized atomics, although
//! `core` does not.
//!
//! Currently you'll need to use `#[cfg(target_arch)]` primarily to