Skip to content

Commit c6e3501

Browse files
committed
auto merge of #9825 : thestinger/rust/rc, r=thestinger
2 parents 35a944a + ea0fc0e commit c6e3501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
/** Task-local reference counted boxes
11+
/*! Task-local reference counted boxes
1212
1313
The `Rc` type provides shared ownership of an immutable value. Destruction is deterministic, and
1414
will occur as soon as the last owner is gone. It is marked as non-sendable because it avoids the

0 commit comments

Comments
 (0)