-
-
Notifications
You must be signed in to change notification settings - Fork 581
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 clippy warnings #233
Fix clippy warnings #233
Conversation
Thank you for that. I've not forgotten about this, and will take care of reviewing it and merging it whenever I have a slot of time :) Been quite busy lately on other priorities, this is still stacked in my email inbox so I will not forget about that! |
I see that you are actively working with "Makers For Life" project. Feel free to contact me if I can help something. |
just resolved conflicts :) |
@valeriansaliou I've rebased and pushed new changes. Could you take the time to look at this PR? I think the clippy tool is very important because it gives us very useful clues that you don't always think of the first time. |
Excellent! Thanks a ton. I'm doing a PR and issue pass today for Sonic, so the timing is perfect :) |
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
Added built-in attribute that deny some rust lints and all clippy rules (with some exceptions) and fixed all moments in the code.
These changes should reduce a bit memory allocation