We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b4e2a5 + 46e7c9e commit 8242a30Copy full SHA for 8242a30
src/liballoc/rc.rs
@@ -10,7 +10,8 @@
10
11
#![allow(deprecated)]
12
13
-//! Thread-local reference-counted boxes (the `Rc<T>` type).
+//! Unsynchronized reference-counted boxes (the `Rc<T>` type) which are usable
14
+//! only within a single thread.
15
//!
16
//! The `Rc<T>` type provides shared ownership of an immutable value.
17
//! Destruction is deterministic, and will occur as soon as the last owner is
0 commit comments