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
With the code that is there now, a mismatch results in a somewhat opaque list of byte values. While it is not too hard to find utf8, mentioning it outright would save the extra step.
I can send a PR if you agree.
The text was updated successfully, but these errors were encountered:
I feel like the ideal solution would be to move eq_file onto BinaryFilePredicate and have a use re-export it as this would point people to the type and the docs would all be in one place but that doesn't appear to be supported in Rust.
If moving forward with this, I'd prefer that all of the other cases get a similar treatment.
Should the
eq_file
docs mentionutf8
?With the code that is there now, a mismatch results in a somewhat opaque list of byte values. While it is not too hard to find
utf8
, mentioning it outright would save the extra step.I can send a PR if you agree.
The text was updated successfully, but these errors were encountered: