Changed wording per aturon's comments.
This commit is contained in:
parent
be6c21f267
commit
46e7c9ec74
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
|
||||
#![allow(deprecated)]
|
||||
|
||||
//! Unsynchronized reference-counted boxes (the `Rc<T>` type).
|
||||
//! Unsynchronized reference-counted boxes (the `Rc<T>` type) which are usable
|
||||
//! only within a single thread.
|
||||
//!
|
||||
//! The `Rc<T>` type provides shared ownership of an immutable value.
|
||||
//! Destruction is deterministic, and will occur as soon as the last owner is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue