We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6c21f commit 46e7c9eCopy full SHA for 46e7c9e
src/liballoc/rc.rs
@@ -10,7 +10,8 @@
10
11
#![allow(deprecated)]
12
13
-//! Unsynchronized 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