Skip to content

Commit 56ab079

Browse files
dcampbell24jooert
authored andcommitted
---
yaml --- r: 218808 b: refs/heads/snap-stage3 c: 4d90b4d h: refs/heads/master v: v3
1 parent e5fbc17 commit 56ab079

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,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: 06706510cbb0035b713a32c17291742c8090d9eb
3+
refs/heads/snap-stage3: 4d90b4d9b8ba4275be9031bf19c49f90c33c9823
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/doc/style/features/let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Prefer
3434

3535
```rust
3636
let foo = match bar {
37-
Baz => 0,
37+
Baz => 0,
3838
Quux => 1
3939
};
4040
```

0 commit comments

Comments
 (0)