Skip to content

Commit be6c21f

Browse files
author
Sam Payson
committed
Revise wording in Rc documentation.
The term "thread-local" has a widely-accepted meaning which is not the meaning it's used for here.
1 parent 8cbffc5 commit be6c21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/rc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#![allow(deprecated)]
1212

13-
//! Thread-local reference-counted boxes (the `Rc<T>` type).
13+
//! Unsynchronized reference-counted boxes (the `Rc<T>` type).
1414
//!
1515
//! The `Rc<T>` type provides shared ownership of an immutable value.
1616
//! Destruction is deterministic, and will occur as soon as the last owner is

0 commit comments

Comments
 (0)