We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a944a commit ea0fc0eCopy full SHA for ea0fc0e
src/libstd/rc.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-/** Task-local reference counted boxes
+/*! Task-local reference counted boxes
12
13
The `Rc` type provides shared ownership of an immutable value. Destruction is deterministic, and
14
will occur as soon as the last owner is gone. It is marked as non-sendable because it avoids the
0 commit comments