Remove mention of non-existing AtomicOption in docs
AtomicOption was removed in 7d8d06f86b
but the docs weren't updated.
Fixes #22586
This commit is contained in:
parent
2b01a37ec3
commit
7e533a972c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue