mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Update en/src/pattern-match/match-iflet.md
This commit is contained in:
@ -82,7 +82,7 @@ fn show_message(msg: Message) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Matches!
|
### matches!
|
||||||
[`matches!`](https://doc.rust-lang.org/stable/core/macro.matches.html) looks like `match`, but can do something different.
|
[`matches!`](https://doc.rust-lang.org/stable/core/macro.matches.html) looks like `match`, but can do something different.
|
||||||
|
|
||||||
4. 🌟🌟
|
4. 🌟🌟
|
||||||
|
Reference in New Issue
Block a user