From 7e533a972cf6cd5edbfae019955cc3d7d0c848ca Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Sat, 21 Feb 2015 11:49:29 -0500 Subject: [PATCH] Remove mention of non-existing AtomicOption in docs AtomicOption was removed in 7d8d06f86b48520814596bd5363d2b82bc619774 but the docs weren't updated. Fixes #22586 --- src/libcore/atomic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/atomic.rs b/src/libcore/atomic.rs index 6afe5b2257d..38e2bd98ef9 100644 --- a/src/libcore/atomic.rs +++ b/src/libcore/atomic.rs @@ -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. //! -- 2.44.0