Skip to content

Commit 92d0d95

Browse files
committed
Rollup merge of #22633 - wesleywiser:fix_22586, r=sfackler
AtomicOption was removed in 7d8d06f but the docs weren't updated. Fixes #22586
2 parents 7798698 + d2eb511 commit 92d0d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/atomic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! types.
1616
//!
1717
//! This module defines atomic versions of a select number of primitive
18-
//! types, including `AtomicBool`, `AtomicIsize`, `AtomicUsize`, and `AtomicOption`.
18+
//! types, including `AtomicBool`, `AtomicIsize`, and `AtomicUsize`.
1919
//! Atomic types present operations that, when used correctly, synchronize
2020
//! updates between threads.
2121
//!

0 commit comments

Comments
 (0)