1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-17 04:15:34 -04:00

chore: Fix a couple broken book links

This commit is contained in:
Russell Cousineau 2019-06-06 20:17:22 -07:00
parent b8d59d699b
commit 63c133e4a3
12 changed files with 16 additions and 16 deletions
exercises/error_handling

View file

@ -195,7 +195,7 @@ impl error::Error for CreationError {
// can be returned from the same function because all errors act the same
// since they all implement the `error::Error` trait.
// Check out this section of the book:
// https://doc.rust-lang.org/stable/book/second-edition/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator
// https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator