-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Minor: Do what clippy says and clean up some code #4007
Conversation
I can't find this ability of |
I am not sure what you mean In this case I found that someone had left a "#allow" command in the code (which ignores something clippy would normally flag a a warning). I removed the "allow" and then updated the code so clippy passed. |
😂 |
Benchmark runs are scheduled for baseline = d6f0b12 and contender = f4d70ac. f4d70ac is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
N/A
Rationale for this change
clippy says it is infallible, which it is
So make it so and remove some
?
What changes are included in this PR?
Fix a clippy lint
Are there any user-facing changes?
No