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.
2 parents 5a525c3 + c0fe54f commit ee34453Copy full SHA for ee34453
library/core/src/cell.rs
@@ -188,7 +188,7 @@
188
//! [`Rc<T>`]: ../../std/rc/struct.Rc.html
189
//! [`RwLock<T>`]: ../../std/sync/struct.RwLock.html
190
//! [`Mutex<T>`]: ../../std/sync/struct.Mutex.html
191
-//! [`atomic`]: ../../core/sync/atomic/index.html
+//! [`atomic`]: crate::sync::atomic
192
193
#![stable(feature = "rust1", since = "1.0.0")]
194
0 commit comments