]> git.lizzy.rs Git - rust.git/commitdiff
Remove mention of non-existing AtomicOption in docs
authorWesley Wiser <wwiser@gmail.com>
Sat, 21 Feb 2015 16:49:29 +0000 (11:49 -0500)
committerWesley Wiser <wwiser@gmail.com>
Sat, 21 Feb 2015 16:51:06 +0000 (11:51 -0500)
AtomicOption was removed in 7d8d06f86b48520814596bd5363d2b82bc619774
but the docs weren't updated.

Fixes #22586

src/libcore/atomic.rs

index 6afe5b2257d279736daa4db1799d48a679f3e53b..38e2bd98ef9e3d64629f9e247850a376c5d2ba6a 100644 (file)
@@ -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.
 //!