Skip to content

Commit

Permalink
Rollup merge of rust-lang#83440 - fee1-dead:core-cell-intralink, r=jy…
Browse files Browse the repository at this point in the history
…n514

Use intra-doc link in core::cell

`@rustbot` label T-doc A-intra-doc-links

r? `@jyn514`
  • Loading branch information
Dylan-DPC authored Mar 24, 2021
2 parents 26004b3 + c0fe54f commit 14a12fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down

0 comments on commit 14a12fb

Please sign in to comment.