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

crc8: Use explicit error type #18

Merged
merged 2 commits into from
Jan 14, 2021
Merged

crc8: Use explicit error type #18

merged 2 commits into from
Jan 14, 2021

Conversation

rnestler
Copy link
Contributor

Even if just one error can happen, it may be beneficial to be able to
have a separate error type to allow for From<Error> implementations.

@rnestler rnestler force-pushed the use-explicit-error-type branch 3 times, most recently from 6efbb01 to ef148f1 Compare January 13, 2021 14:37
dbrgn
dbrgn previously approved these changes Jan 13, 2021
Copy link

@dbrgn dbrgn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a good idea to me!

Even if just one error can happen, it may be beneficial to be able to
have a separate error type to allow for `From<Error>` implementations.
@rnestler rnestler merged commit 8728692 into master Jan 14, 2021
@rnestler rnestler deleted the use-explicit-error-type branch January 14, 2021 13:27
@rnestler
Copy link
Contributor Author

Thanks @barafael for the suggestion for this change!

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.

4 participants