diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2015-02-21 11:49:29 -0500 |
|---|---|---|
| committer | Wesley Wiser <wwiser@gmail.com> | 2015-02-21 11:51:06 -0500 |
| commit | 7e533a972cf6cd5edbfae019955cc3d7d0c848ca (patch) | |
| tree | 243720d0a9e8a8d92000999b860afa281ff89bf2 /src | |
| parent | 2b01a37ec38db9301239f0c0abcf3c695055b0ff (diff) | |
| download | rust-7e533a972cf6cd5edbfae019955cc3d7d0c848ca.tar.gz rust-7e533a972cf6cd5edbfae019955cc3d7d0c848ca.zip | |
Remove mention of non-existing AtomicOption in docs
AtomicOption was removed in 7d8d06f86b48520814596bd5363d2b82bc619774 but the docs weren't updated. Fixes #22586
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/atomic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. //! |
