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
It's our only dependency and there aren't enough errors to be worth pulling in syn - so we should move to some hand written error impls
The text was updated successfully, but these errors were encountered:
Eh a downside to having zero error library dependencies would be that it discourages contributors from adding new errors since there is more friction.
So maybe for now we
And then if things one day stabilize we can consider removing thiserror and replace it with hand written errors.
Alternatively we might just stick with thiserror. Who knows.
For now we'll replace failure with thiserror and that satisfies this issue for now.
Sorry, something went wrong.
failure
thiserror
anyhow
No branches or pull requests
It's our only dependency and there aren't enough errors to be worth pulling in syn - so we should move to some hand written error impls
The text was updated successfully, but these errors were encountered: