diff options
| -rw-r--r-- | library/core/src/sync/atomic.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/sync/atomic.rs b/library/core/src/sync/atomic.rs index 92afdab2999..b974b431b78 100644 --- a/library/core/src/sync/atomic.rs +++ b/library/core/src/sync/atomic.rs @@ -872,6 +872,7 @@ impl AtomicBool { /// # Examples /// /// ``` + /// #![feature(atomic_bool_fetch_not)] /// use std::sync::atomic::{AtomicBool, Ordering}; /// /// let foo = AtomicBool::new(true); |
