Rollup merge of #83440 - fee1-dead:core-cell-intralink, r=jyn514
Use intra-doc link in core::cell ``@rustbot`` label T-doc A-intra-doc-links r? ``@jyn514``
This commit is contained in:
commit
ee34453a10
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue