-
Notifications
You must be signed in to change notification settings - Fork 27
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
[feature] use the new Iterator::skip_error #781
Conversation
3de811e
to
2a5340a
Compare
hove-io/skip_error#9 has been merged and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should probably update the cargo.toml to skip_error = "1.1"
.
|
Indeed. Done in 68e241d. |
Good point, done in ec59328. |
024e98f
to
0d1278a
Compare
Some possible use of
skip_error_and_log()
onIterator
. Depends on hove-io/skip_error#9.