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
When a relatively medium/large project migrates to clippy, there might be a large number of lint warnings. It helps if there's an option to show counts of lints. For example,
LINT_1: n1
LINT_2: n2
...
And best if the above summary is sorted according to counts.