Merge pull request #433 from maorit/fix_solution_link_pattern_match

fix solution linkage of en/src/pattern-match/match-iflet.md
This commit is contained in:
Sunface
2023-08-11 10:55:28 +08:00
committed by GitHub

View File

@ -207,4 +207,4 @@ fn main() {
```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it
> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/pattern-match/match.md)(under the solutions path), but only use it when you need it