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

Fix error implementation #24

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Fix error implementation #24

merged 1 commit into from
Nov 17, 2023

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Nov 16, 2023

Use thiserror to correctly implement error handling.

  • Implements the missing impl Error
  • Adds From for error conversion
  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

Use `thiserror` to correctly implement error handling.
* Implementats the missing `impl Error`
* Adds `From` for error conversion
@nyurik nyurik merged commit 560c58d into georust:main Nov 17, 2023
1 check passed
@nyurik nyurik deleted the error-fix branch November 17, 2023 09:01
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

Successfully merging this pull request may close these issues.

2 participants