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 56ab079 commit 527500dCopy full SHA for 527500d
[refs]
@@ -1,6 +1,6 @@
1
---
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
-refs/heads/snap-stage3: 4d90b4d9b8ba4275be9031bf19c49f90c33c9823
+refs/heads/snap-stage3: 31a007af1964891ef820b10c6a8d3e667fbca1ae
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
@@ -44,7 +44,7 @@ over
44
```rust
45
let foo;
46
match bar {
47
- Baz => {
+ Baz => {
48
foo = 0;
49
}
50
Quux => {
0 commit comments