-
Notifications
You must be signed in to change notification settings - Fork 13
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
FileExt methods cause compiler warnings on rust 1.84 #31
Comments
This works around al8n/fs4-rs#31 .
Hi, is the warning still there in the latest version? I test it on the my local machine, it seems that no warnings anymore. |
I still see the warnings on the latest version and is making CI fail. |
Which OS are you using? In |
Yes that is what I did to fix the issue https://github.com/ofek/pyapp/pull/181/files#diff-4a528b12e365aa6a3f59b039dfbaa1e9b343724b2d56f6337fc492826afd4a7c |
Using the lock methods from
fs_std
cause rustc warnings on rust 1.84:The name collision happens for
lock_shared
,try_lock_shared
, andunlock
, which are tracked by thefile_lock
feature (rust-lang/rust#130994).The text was updated successfully, but these errors were encountered: