-
Notifications
You must be signed in to change notification settings - Fork 1.9k
internal: fix a bunch of clippy lints #13860
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
Conversation
fe68568 to
1455e40
Compare
|
☔ The latest upstream changes (presumably #13854) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@bors r+ |
This repo's clippy policy means that there are a bunch of clippy lints being triggered. Clippy only reports a small number of hard errors before bailing early. If you fix the hard errors, clippy will report more warnings. The autofix isn't smarter, I just addressed more of the other lints |
Ah, I didn't know that. So if you run |
|
Regarding clippy in general, if someone finds a set of "good" lints (without false positives or of questionable benefit), they can be added here and we'll be open to fixing them. |
|
☀️ Test successful - checks-actions |
fixes a bunch of clippy lints for fun and profit
i'm aware of this repo's position on clippy. The changes are split into separate commits so they can be reviewed separately