You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the implementation of Entry::find() in maps.rs, there are some calls to reader.consume(len) where the Result returned is not handled. Currently, this leads to some Rust compiler warnings being generated. Is the intended behavior to skip handling these Results?
If it would be helpful, I can go ahead and make a PR that makes this behavior explicit, or instead make one with some additional error handling for these cases.
The text was updated successfully, but these errors were encountered:
Hi
fax
maintainers,Thanks for all your work on this crate.
In the implementation of
Entry::find()
inmaps.rs
, there are some calls toreader.consume(len)
where theResult
returned is not handled. Currently, this leads to some Rust compiler warnings being generated. Is the intended behavior to skip handling theseResult
s?If it would be helpful, I can go ahead and make a PR that makes this behavior explicit, or instead make one with some additional error handling for these cases.
The text was updated successfully, but these errors were encountered: