-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make Error implement std::fmt::Display, std::error::Error` and …
…Sync (#47) This is necessary to make it work with error-wrapping libraries like [anyhow](https://crates.io/crates/anyhow) or [eyre](https://crates.io/crates/eyre). Also remove Error::Unexpected as it appeared unused.
- Loading branch information
Showing
1 changed file
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters