We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a944a + ea0fc0e commit c6e3501Copy full SHA for c6e3501
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