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 680d9fc commit c0fe54fCopy full SHA for c0fe54f
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