mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
docs(errors): add additional help for Result/Boxing
add additional help information provided by the rust by example book
This commit is contained in:
parent
afa661cff4
commit
1120db57a6
1 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,9 @@ For this exercise check out the sections:
|
|||
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
|
||||
|
||||
of the Rust Book.
|
||||
|
||||
or alternatively, check out the sections:
|
||||
- [Result](https://doc.rust-lang.org/rust-by-example/error/result.html)
|
||||
- [Boxing errors](https://doc.rust-lang.org/rust-by-example/error/multiple_error_types/boxing_errors.html)
|
||||
|
||||
of the Rust By Example Book.
|
||||
|
|
Loading…
Reference in a new issue