Skip to content

Commit ed0c307

Browse files
committed
---
yaml --- r: 15332 b: refs/heads/try c: 3ef620b h: refs/heads/master v: v3
1 parent e622a41 commit ed0c307

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 98b07ddc8253895945b0e7f6588c196a9f5b851e
5+
refs/heads/try: 3ef620bf927bd1caf1cdf2b902d37678ed5bb167
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/doc/rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,9 +1617,9 @@ is bounds-checked at run-time. When the check fails, it will put the
16171617
task in a _failing state_.
16181618

16191619
~~~~
1620-
# let builder = task::task_builder();
1621-
# task::unsupervise(builder);
1622-
# task::run(builder) {||
1620+
# let buildr = task::builder();
1621+
# task::unsupervise(buildr);
1622+
# task::run(buildr) {||
16231623
16241624
[1, 2, 3, 4][0];
16251625
[mut 'x', 'y'][1] = 'z';

0 commit comments

Comments
 (0)