-
Notifications
You must be signed in to change notification settings - Fork 9
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
assert(&Path) doesn't compile #61
Comments
I agree this would be convenient for validating against a "golden" file. In With iirc one of the other concerns I previously had was the fact that we also support To be clear, none of this is to say "no", just sharing my thoughts in trying to weigh this out to see what other thoughts there are. |
Oh yeah hm... those are good points... |
@epage I think the main problem here is less that " |
That reference in the docs has been removed. |
https://docs.rs/assert_fs/1.0.1/assert_fs/assert/trait.PathAssert.html#required-methods says you can pass a &Path, but this errors with:
The text was updated successfully, but these errors were encountered: