Closed theduke closed 4 years ago
Removes failure and implements std::error::Error by hand.
std::error::Error
Also future-proofs the error enums by adding #[non_exhaustive].
#[non_exhaustive]
Note that this is obviously a breaking change and will require a version bump.
Fixes #19
Not ready yet, will reopen.
Removes failure and implements
std::error::Error
by hand.Also future-proofs the error enums by adding
#[non_exhaustive]
.Note that this is obviously a breaking change and will require a version bump.
Fixes #19