-
Notifications
You must be signed in to change notification settings - Fork 149
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
Fix a bunch of clippy lints #627
Conversation
Ha! linting like your a junior dev, thanks bro ... we need some junior devs around here. |
5a131ce
to
fd1b352
Compare
CI is failing because of rust-lang/rust-clippy#11752. Will need to whitelist this lint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 57eb924
If you were a junior dev I'd make you iterate on this one. Perhaps squash the whole thing into a single commit, you don't want all those commits in the index for ever :) (I'm still chuckling, the changes are all mixed up, random stuff in |
The CI fail is legit, just got an unused import in there. |
Also fixes a bunch of unused imports that are detected by the latest rustc nightly. (One is a wildcard import that actually imports nothing; the other are prelude things in a private prelude module.)
89dd79e
to
1d70468
Compare
1d70468
to
7eccfdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 7eccfdb
cc @sanket1729 I think we need your ACK here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 7eccfdb
Supercedes #615.