x clippy --fix
should allow for --allow-dirty
, --allow-staged
to be passed
#119483
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Without those, cargo fix refuses to do anything if something is dirty. It is very hard to pass these flags via bootstrap, bootstrap should just expose them as flags on
x clippy
.The text was updated successfully, but these errors were encountered: