We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fbc17 commit 56ab079Copy full SHA for 56ab079
[refs]
@@ -1,6 +1,6 @@
1
---
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
-refs/heads/snap-stage3: 06706510cbb0035b713a32c17291742c8090d9eb
+refs/heads/snap-stage3: 4d90b4d9b8ba4275be9031bf19c49f90c33c9823
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
branches/snap-stage3/src/doc/style/features/let.md
@@ -34,7 +34,7 @@ Prefer
34
35
```rust
36
let foo = match bar {
37
- Baz => 0,
+ Baz => 0,
38
Quux => 1
39
};
40
```
0 commit comments