Skip to content

Commit

Permalink
List expressions which are actually explained on this page (#2115)
Browse files Browse the repository at this point in the history
`match` expressions were explained on an earlier page.
  • Loading branch information
qwandor authored Jun 3, 2024
1 parent d09041f commit 5f4ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattern-matching/let-control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Rust has a few control flow constructs which differ from other languages. They
are used for pattern matching:

- `if let` expressions
- `let else` expressions
- `while let` expressions
- `match` expressions

# `if let` expressions

Expand Down

0 comments on commit 5f4ff0a

Please sign in to comment.