Skip to content

Commit 0214ba6

Browse files
authored
Merge pull request #1803 from rust-lang/feat/crates-for-handling-errors
Add reference to crates.io error handling crates
2 parents 94d4aed + 3cd87df commit 0214ba6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/error/multiple_error_types/wrap_error.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,9 @@ for you.
9292

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

95+
96+
[`Crates for handling errors`][crates-errors]
97+
9598
[from]: https://doc.rust-lang.org/std/convert/trait.From.html
9699
[enums]: ../../custom_types/enum.md
100+
[crates-errors]: https://crates.io/keywords/error-handling

0 commit comments

Comments
 (0)