Skip to content

Commit d2eb511

Browse files
committed
Remove mention of non-existing AtomicOption in docs
AtomicOption was removed in 7d8d06f but the docs weren't updated. Fixes #22586
1 parent 8c51a39 commit d2eb511

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)