Use intra-doc link in core::cell

This commit is contained in:
Deadbeef 2021-03-24 21:42:49 +08:00
parent 680d9fcac1
commit c0fe54fedd
No known key found for this signature in database
GPG Key ID: C86982F2EDE0C128

View File

@ -188,7 +188,7 @@
//! [`Rc<T>`]: ../../std/rc/struct.Rc.html
//! [`RwLock<T>`]: ../../std/sync/struct.RwLock.html
//! [`Mutex<T>`]: ../../std/sync/struct.Mutex.html
//! [`atomic`]: ../../core/sync/atomic/index.html
//! [`atomic`]: crate::sync::atomic
#![stable(feature = "rust1", since = "1.0.0")]