We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d8bb0 commit f757eefCopy full SHA for f757eef
crossbeam-utils/src/atomic/atomic_cell.rs
@@ -36,6 +36,7 @@ pub struct AtomicCell<T> {
36
///
37
/// Using MaybeUninit to prevent code outside the cell from observing partially initialized state:
38
/// <https://github.com/crossbeam-rs/crossbeam/issues/833>
39
+ /// (This rustc bug has been fixed in Rust 1.64.)
40
41
/// Note:
42
/// - we'll never store uninitialized `T` due to our API only using initialized `T`.
0 commit comments