summaryrefslogtreecommitdiff
path: root/.trash/Using if let or let else matching.md
blob: 48d0bd22f349895ee30e5773cf38709495489d9f (plain)
1
2
3
We can use `if let` if we have a match expression with just one pattern/arm that we care about.
```rust
```