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
clippy is a collection of rust lints that catch common mistakes to improve code quality.
Introducing it to the project makes onboarding for new contributors easier, as it helps writing idiomatic rust code.