We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d59843 commit b3fea26Copy full SHA for b3fea26
crossbeam-utils/src/atomic/atomic_cell.rs
@@ -101,6 +101,7 @@ impl<T> AtomicCell<T> {
101
/// ```
102
/// # // Always use fallback for now on environments that do not support inline assembly.
103
/// # if cfg!(any(miri, crossbeam_loom, crossbeam_atomic_cell_force_fallback)) { return; }
104
+ /// # atomic_maybe_uninit::cfg_no_atomic_cas! { if true { return; } }
105
/// use crossbeam_utils::atomic::AtomicCell;
106
///
107
/// // This type is internally represented as `AtomicUsize` so we can just use atomic
0 commit comments