1
Fork 0

Changed wording per aturon's comments.

This commit is contained in:
Sam Payson 2016-07-07 08:40:15 -07:00
commit 46e7c9ec74

View file

@ -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