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

feat: Add helpers for MultihasherError #25

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

oblique
Copy link
Member

@oblique oblique commented Feb 8, 2024

With this helper a user can replace

.map_err(|e| MultihasherError::CustomFatal(e.to_string()))

with

.map_err(MultihasherError::custom_fatal)

@oblique oblique requested review from fl0rek and zvolin February 8, 2024 09:00
@fl0rek fl0rek merged commit f69ddd8 into eigerco:main Feb 9, 2024
5 checks passed
This was referenced Apr 15, 2024
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.

3 participants