We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title explains. Since Rust is going to move to a better std::error::Error, we expect the libraries custom errors to implement std::error::Error.
std::error::Error
This fix can be done without breaking the compatibility.
The text was updated successfully, but these errors were encountered:
Merge pull request #7 from naokiri/#6-implement-standard-error
2c59f91
Issue#6 Implement standard error
No branches or pull requests
Title explains.
Since Rust is going to move to a better
std::error::Error
, we expect the libraries custom errors to implementstd::error::Error
.This fix can be done without breaking the compatibility.
The text was updated successfully, but these errors were encountered: