Auto merge of #142 - diodfr:patch-1, r=komaeda

Fix links by deleting book version
This commit is contained in:
bors 2019-04-08 20:05:34 +00:00
commit 04d1d4c00e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
For this exercise check out the sections:
- [Error Handling](https://doc.rust-lang.org/book/2018-edition/ch09-02-recoverable-errors-with-result.html)
- [Generics](https://doc.rust-lang.org/book/2018-edition/ch10-01-syntax.html)
- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
of the Rust Book.
of the Rust Book.