-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
pedantic clippy cleanup #760
Comments
do you think pedantic naming worth it? (pid <-> lid, lsn <-> len are forbidden) |
@sitano Personally I'm fine with these abbreviations because I've seen them every day for the last 3 years, but I think for other people they might not be very descriptive. |
@spacejam thats exactly what I did) agree that all that idiomatic stuff does not make sense to rename. I thought that even |
as far as I saw, there is nothing to fix there anymore. only integer ops related stuff left, naming with module and use of default - all this unfixable. maybe its worth creating another execution string for clippy with all current warns that left allowed, because there is no chance find anything useful behind this wall of integer devisions and precision losts. |
There are many issues when running
cargo clippy -- -W clippy::pedantic
from the root. Most of them are quite easy to fix (please ignore cyclometric complexity issues).Please help us clean some of them up! Even a single one is helpful!
The text was updated successfully, but these errors were encountered: