We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5163a26 commit 218461dCopy full SHA for 218461d
src/libstd/sync/atomics.rs
@@ -39,8 +39,7 @@
39
//!
40
//! A simple spinlock:
41
42
-//! ```ignore
43
-//! # // FIXME: Needs PR #12430
+//! ```
44
//! extern crate sync;
45
46
//! use sync::Arc;
@@ -68,8 +67,7 @@
68
67
69
//! Transferring a heap object with `AtomicOption`:
70
71
72
73
74
75
0 commit comments