We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here, on line 35, I think it should be file_type, not path:
file_type
path
predicates-rs/src/path/ft.rs
Lines 25 to 39 in 8204e44
This is probably the root cause of assert-rs/assert_fs#70.
The text was updated successfully, but these errors were encountered:
fix(path): Consistently respect symlinks
664f74c
Fixes assert-rs#139
Thanks for catching that!
Sorry, something went wrong.
Wow, fastest fix ever.
Successfully merging a pull request may close this issue.
Here, on line 35, I think it should be
file_type
, notpath
:predicates-rs/src/path/ft.rs
Lines 25 to 39 in 8204e44
Path::is_file always follows symlinks and will return true if the symlink points to a regular file.
This is probably the root cause of assert-rs/assert_fs#70.
The text was updated successfully, but these errors were encountered: