Skip to content

Commit dcbf226

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

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)