mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
typo
This commit is contained in:
parent
8c166b5156
commit
f972b5f703
|
@ -19,7 +19,7 @@ src/main.rs:40: func1 error calling func2
|
||||||
|
|
||||||
which gives us a lot more detail.
|
which gives us a lot more detail.
|
||||||
|
|
||||||
To create your own Errors, you might find [crates](https://crates.io) which crate enum `Display+Debug` via derive macros.
|
To create your own Errors, you might find [crates](https://crates.io) which create enum `Display+Debug` via derive macros.
|
||||||
|
|
||||||
Also noteworthy is [custom_error](https://crates.io/crates/custom_error) to define your custom errors,
|
Also noteworthy is [custom_error](https://crates.io/crates/custom_error) to define your custom errors,
|
||||||
which can then be used with `chainerror`.
|
which can then be used with `chainerror`.
|
||||||
|
|
Loading…
Reference in a new issue