Skip to content

Commit

Permalink
Merge pull request #1803 from rust-lang/feat/crates-for-handling-errors
Browse files Browse the repository at this point in the history
Add reference to crates.io error handling crates
  • Loading branch information
marioidival authored Jan 21, 2024
2 parents 94d4aed + 3cd87df commit 0214ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/error/multiple_error_types/wrap_error.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@ for you.

[`From::from`][from] and [`Enums`][enums]


[`Crates for handling errors`][crates-errors]

[from]: https://doc.rust-lang.org/std/convert/trait.From.html
[enums]: ../../custom_types/enum.md
[crates-errors]: https://crates.io/keywords/error-handling

0 comments on commit 0214ba6

Please sign in to comment.