Skip to content

Commit

Permalink
rename file name to itemxx-xx
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed May 19, 2024
1 parent 6e171a4 commit 0659841
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
- [译著](./intro_zh.md)
- [介绍](./intro.md)
- [类型](./chapter_1.md)
- [第 1 条:使用类型系统表达数据结构](./chapter_1/use-types.md)
- [第 2 条:使用类型系统表达常见行为](./chapter_1/use-types-2.md)
- [第 3 条:避免匹配 Option 和 Result](./chapter_1/transform.md)
- [第 4 条:优先使用惯用的错误类型](./chapter_1/errors.md)
- [第 7 条:对于复杂的类型,使用构造器](./chapter_1/builder.md)
- [第 1 条:使用类型系统表达数据结构](./chapter_1/item1-use-types.md)
- [第 2 条:使用类型系统表达常见行为](./chapter_1/item2-use-types-2.md)
- [第 3 条:避免匹配 Option 和 Result](./chapter_1/item3-transform.md)
- [第 4 条:优先使用惯用的错误类型](./chapter_1/item4-errors.md)
- [第 7 条:对于复杂的类型,使用构造器](./chapter_1/item7-builder.md)
- [第 8 条:熟悉引用和指针类型](./chapter_1/item8-references&pointer.md)
- [概念](./chapter_2.md)
- [第 11 条:为RAII模式实现Drop trait](./chapter_2/impl-drop-for-RAII.md)
- [第 13 条:使用默认实现来减少必需实现的 trait 方法](./chapter_2/use-default-impl.md)
- [第 11 条:为RAII模式实现Drop trait](./chapter_2/item11-impl-drop-for-RAII.md)
- [第 13 条:使用默认实现来减少必需实现的 trait 方法](./chapter_2/item13-use-default-impl.md)
- [依赖](./chapter_3.md)
- [工具](./chapter_4.md)
- [超出Rust标准](./chapter_5.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0659841

Please sign in to comment.