Skip to content

Commit 51a0c47

Browse files
Michael Rosenbergsteveklabnik
authored andcommitted
---
yaml --- r: 209899 b: refs/heads/try c: 23b1d17 h: refs/heads/master i: 209897: 87fc9d7 209895: 1f9185c v: v3
1 parent 964026b commit 51a0c47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e561f05c00cd180ec02db4ccab2840a4aba93d2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5-
refs/heads/try: 4fae8fb61e704cd8538b1945389e06ab4ec6e960
5+
refs/heads/try: 23b1d172a8245f810f179d939488325fff005158
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@ parentheses. They are used to create [tuple-typed](#tuple-types) values.
24322432
```{.tuple}
24332433
(0,);
24342434
(0.0, 4.5);
2435-
("a", 4us, true);
2435+
("a", 4usize, true);
24362436
```
24372437

24382438
### Unit expressions
@@ -2903,7 +2903,7 @@ An example of a for loop over the contents of an array:
29032903

29042904
```
29052905
# type Foo = i32;
2906-
# fn bar(f: Foo) { }
2906+
# fn bar(f: &Foo) { }
29072907
# let a = 0;
29082908
# let b = 0;
29092909
# let c = 0;

0 commit comments

Comments
 (0)