Auto merge of #25449 - IvanUkhov:std-doc, r=alexcrichton
This commit is contained in:
commit
7dbee36e17
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
//! [`FromStr`](str/trait.FromStr.html) trait.
|
||||
//!
|
||||
//! Data may be shared by placing it in a reference-counted box or the
|
||||
//! [`Rc`][rc/index.html] type, and if further contained in a [`Cell`
|
||||
//! [`Rc`](rc/index.html) type, and if further contained in a [`Cell`
|
||||
//! or `RefCell`](cell/index.html), may be mutated as well as shared.
|
||||
//! Likewise, in a concurrent setting it is common to pair an
|
||||
//! atomically-reference-counted box, [`Arc`](sync/struct.Arc.html),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue