You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 22:00:26 +02:00
List expressions which are actually explained on this page (#2115)
`match` expressions were explained on an earlier page.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user