Skip to content

Commit db1b4b6

Browse files
committed
---
yaml --- r: 82311 b: refs/heads/master c: ea0fc0e h: refs/heads/master i: 82309: ee2cc88 82307: faa3ff6 82303: 776ade1 v: v3
1 parent d633681 commit db1b4b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 35a944a48806356e816a68ee3758f7b2f4244fca
2+
refs/heads/master: ea0fc0e32b65c87884e99ccdac277a7341532a91
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729

trunk/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)