This commit is contained in:
sunface
2022-03-10 16:21:14 +08:00
parent c2ae813303
commit 9ae41d2c39
6 changed files with 158 additions and 3 deletions

View File

@ -36,7 +36,7 @@
- [as](type-conversions/as.md)
- [From/Into](type-conversions/from-into.md)
- [Others](type-conversions/others.md)
- [Result and panic TODO](result-panic/intro.md)
- [Result and panic](result-panic/intro.md)
- [panic!](result-panic/panic.md)
- [result and ?](result-panic/result.md)
- [Crate and module TODO](crate-module/intro.md)