-
-
Notifications
You must be signed in to change notification settings - Fork 288
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 all clippy warnings #652
Conversation
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.
LGTM but left some comments, we should back out some of the clippy changes and add them to a global allow.
Also while I'm at it: Would you like me to add a style check to the ci so there's no need to do this kind of large pr again? |
You mean run clippy in ci? I personally don't like it since it adds a lot of noise. |
Yes. Though I really wouldn't call clippy warnings "noise". With the exception of the But I'm not gonna push for it. You're the maintainer. If you don't want it, you don't want it and that's the end of that. |
Ok, everything should be resolved now |
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.
LGTM thanks!
Fixes all clippy warnings.
Split from #649.