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
{{ message }}
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
I can not find any docs about functionality applying only certain fixes,
so here is feature request: it would be nice to filter possible fixes and applying only some classes of them.
For example, during development phase you can have bunch of warning unused something,
this is ok on development stage, but should be fixed on stabializing feature stage.
Also, for example I read about rustfixhere and would like to try to fix use issues, but only for them.
So, it would be great to have something like --ignore-class=unused and --apply-only-for-class=use command line arguments.