Merge pull request #718 from Zerotask/add-further-help-to-error-excersis

docs(errors): add additional help for Result/Boxing
pull/723/head
marisa 4 years ago committed by GitHub
commit 1c334de6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,3 +3,9 @@ For this exercise check out the sections:
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html) - [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
of the Rust Book. 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…
Cancel
Save