mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
Added links to error handling note
This commit is contained in:
parent
d04d786f84
commit
35f4280297
1 changed files with 6 additions and 0 deletions
|
@ -42,3 +42,9 @@ the common `::std::io::Error` type. The automatic conversion
|
|||
makes the `?` operator work
|
||||
|
||||
For more background on error handling in Rust, read [this page of the Rust book][error-docs] and [this blog post][error-blog].
|
||||
|
||||
<!-- Links-->
|
||||
|
||||
[error-docs]: https://doc.rust-lang.org/book/error-handling.html
|
||||
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain
|
||||
|
||||
|
|
Loading…
Reference in a new issue