Skip to content
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

Get rid of warnings #105

Open
nleroy917 opened this issue Mar 5, 2025 · 0 comments
Open

Get rid of warnings #105

nleroy917 opened this issue Mar 5, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation low priority

Comments

@nleroy917
Copy link
Member

My local environment (rust-analyzer + clippy) shows over 170 "problems"/warnings in the codebase. These can be small formatting/idiomatic style changes proposed by clippy down to things like a variable being mut when it doesn't need to be.

It would be nice to get rid of these and suppress clippy warnings when it makes sense because it makes it harder to debug and detect issues when there are so many of these small warnings.

@nleroy917 nleroy917 added documentation Improvements or additions to documentation low priority labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation low priority
Projects
None yet
Development

No branches or pull requests

1 participant