Skip to content

Commit 46e7c9e

Browse files
author
Sam Payson
committed
Changed wording per aturon's comments.
1 parent be6c21f commit 46e7c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/liballoc/rc.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
#![allow(deprecated)]
1212

13-
//! Unsynchronized reference-counted boxes (the `Rc<T>` type).
13+
//! Unsynchronized reference-counted boxes (the `Rc<T>` type) which are usable
14+
//! only within a single thread.
1415
//!
1516
//! The `Rc<T>` type provides shared ownership of an immutable value.
1617
//! Destruction is deterministic, and will occur as soon as the last owner is

0 commit comments

Comments
 (0)