Update en/src/pattern-match/match-iflet.md

This commit is contained in:
Sunface
2022-05-05 08:33:09 +08:00
committed by GitHub
parent 4f821522a5
commit a2efc570a7

View File

@ -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. 🌟🌟