mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 10:33:34 +00:00
Use intra-doc link in core::cell
This commit is contained in:
parent
680d9fcac1
commit
c0fe54fedd
@ -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")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user