From c0fe54fedddee107ac30ff396d1b6c340615c909 Mon Sep 17 00:00:00 2001 From: Deadbeef Date: Wed, 24 Mar 2021 21:42:49 +0800 Subject: [PATCH] Use intra-doc link in core::cell --- library/core/src/cell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/cell.rs b/library/core/src/cell.rs index 770169219aad2..9a2908c275da8 100644 --- a/library/core/src/cell.rs +++ b/library/core/src/cell.rs @@ -188,7 +188,7 @@ //! [`Rc`]: ../../std/rc/struct.Rc.html //! [`RwLock`]: ../../std/sync/struct.RwLock.html //! [`Mutex`]: ../../std/sync/struct.Mutex.html -//! [`atomic`]: ../../core/sync/atomic/index.html +//! [`atomic`]: crate::sync::atomic #![stable(feature = "rust1", since = "1.0.0")]