-
Notifications
You must be signed in to change notification settings - Fork 18
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
clippy::use_self
has too many false positives
#53
Comments
Looks like rust-lang/rust-clippy#4140 is the only remaining filed issue on the |
Looks like that clippy issue was fixed now, could you try to see if we have this issue still with latest nightly clippy @davidpdrsn ? |
It seems to be working! |
Sweet! May be in Rust 1.54 or so then if it just got into nightly now, so could start using it then |
clippy::use_self
was previously part of our default set of clippy lints but we've had to remove it since it lead to false positives where applying its suggestions would fail to compile.This comment links to some of the issues.
One specific case we've run into is this
The text was updated successfully, but these errors were encountered: