Skip to content
New issue

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

Concrete error types #9

Open
rillian opened this issue May 2, 2023 · 0 comments
Open

Concrete error types #9

rillian opened this issue May 2, 2023 · 0 comments

Comments

@rillian
Copy link
Contributor

rillian commented May 2, 2023

Clippy complains about select and compile returning () as an error. Using an empty struct is better, since the Error trait can actually be implemented for it.

We should do that for a better API and clean lint report, but it's a public API change, so should wait for a semver bump. I'd like to make a compatible 0.8.2 at least first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant