You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 beingmut
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.The text was updated successfully, but these errors were encountered: