Open simmons opened 1 year ago
What lint groups are you aiming for? cargo clippy --fix -- -W clippy::pedantic
induces quite a few changes, but perhaps that's too, well pedantic?
What lint groups are you aiming for?
cargo clippy --fix -- -W clippy::pedantic
induces quite a few changes, but perhaps that's too, well pedantic?
So far, I've only been using the default lint groups via cargo clippy
. I'm not sure what settings would be considered a best practice.
I'm nor sure either, but pedantic seems a bit much.
Just when you think you've addressed all the clippy issues, they change clippy to find even more issues. :)
This PR should fix all clippy issues as reported by the following version of clippy: