mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 21:02:18 +08:00
update ch18-00 close #519
This commit is contained in:
parent
ccfe266619
commit
3c9643b30b
@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
## 高级主题
|
## 高级主题
|
||||||
|
|
||||||
- [模式用来匹配值的结构](ch18-00-patterns.md)
|
- [模式与模式匹配](ch18-00-patterns.md)
|
||||||
- [所有可能会用到模式的位置](ch18-01-all-the-places-for-patterns.md)
|
- [所有可能会用到模式的位置](ch18-01-all-the-places-for-patterns.md)
|
||||||
- [Refutability:何时模式可能会匹配失败](ch18-02-refutability.md)
|
- [Refutability:何时模式可能会匹配失败](ch18-02-refutability.md)
|
||||||
- [模式的全部语法](ch18-03-pattern-syntax.md)
|
- [模式的全部语法](ch18-03-pattern-syntax.md)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 模式用来匹配值的结构
|
# 模式与模式匹配
|
||||||
|
|
||||||
> [ch18-00-patterns.md](https://github.com/rust-lang/book/blob/main/src/ch18-00-patterns.md)
|
> [ch18-00-patterns.md](https://github.com/rust-lang/book/blob/main/src/ch18-00-patterns.md)
|
||||||
> <br>
|
> <br>
|
||||||
|
Loading…
Reference in New Issue
Block a user