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 d09041f commit 5f4ff0aCopy full SHA for 5f4ff0a
src/pattern-matching/let-control-flow.md
@@ -8,8 +8,8 @@ Rust has a few control flow constructs which differ from other languages. They
8
are used for pattern matching:
9
10
- `if let` expressions
11
+- `let else` expressions
12
- `while let` expressions
-- `match` expressions
13
14
# `if let` expressions
15
0 commit comments