Skip to content

Commit 5f4ff0a

Browse files
authored
List expressions which are actually explained on this page (#2115)
`match` expressions were explained on an earlier page.
1 parent d09041f commit 5f4ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pattern-matching/let-control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Rust has a few control flow constructs which differ from other languages. They
88
are used for pattern matching:
99

1010
- `if let` expressions
11+
- `let else` expressions
1112
- `while let` expressions
12-
- `match` expressions
1313

1414
# `if let` expressions
1515

0 commit comments

Comments
 (0)