add chapter: Result and ?

This commit is contained in:
sunface 2022-03-11 17:07:37 +08:00
parent 3911486d5a
commit f3fe9c8663
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
### 2022-03-11
- Add one exercise in [Patterns](https://practice.rs/pattern-match/patterns.html)
- Add [Result and ?](https://practice.rs/result-panic/result.html)
### 2022-03-10

View File

@ -2,7 +2,7 @@
This book was designed for easily diving into and get skilled with Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics !
> 🎊 Updated on 2022-03-10: Add [Panics](https://practice.rs/result-panic/panic.html)
> 🎊 Updated on 2022-03-11: Add [Result and ?](https://practice.rs/result-panic/result.html)
## Reading online

View File

@ -38,7 +38,7 @@
- [Others](type-conversions/others.md)
- [Result and panic](result-panic/intro.md)
- [panic!](result-panic/panic.md)
- [result and ?](result-panic/result.md)
- [Result and ?](result-panic/result.md)
- [Crate and module TODO](crate-module/intro.md)
- [Crate](crate-module/crate.md)
- [Module](crate-module/module.md)