mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-20 04:24:41 +00:00
Rollup merge of #22633 - wesleywiser:fix_22586, r=sfackler
AtomicOption was removed in 7d8d06f86b
but the docs weren't updated.
Fixes #22586
This commit is contained in:
commit
dcbf226518
@ -15,7 +15,7 @@
|
||||
//! types.
|
||||
//!
|
||||
//! This module defines atomic versions of a select number of primitive
|
||||
//! types, including `AtomicBool`, `AtomicIsize`, `AtomicUsize`, and `AtomicOption`.
|
||||
//! types, including `AtomicBool`, `AtomicIsize`, and `AtomicUsize`.
|
||||
//! Atomic types present operations that, when used correctly, synchronize
|
||||
//! updates between threads.
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user