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
There is // rustfix-only-machine-applicable, which we could add to those lints. If we run cargo fix --clippy only the MachineApplicable lints get applied? In that case we could run rustfix tests only for MachineApplicable lints.
Applying
// run-rustfix
totests/ui/float_cmp_const.rs
causes theHasPlaceholders
suggestions contained within that lint to be applied.Do we actually want this behavior?
HasPlaceholders
suggestions are things that should be applied manually imo.The text was updated successfully, but these errors were encountered: