This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Description
Right now, there are two main interfaces for running fixes:
- `cargo fix [--tests|--benches|--lib]
cargo clippy --fix
It's weird that they are so different - I would expect this to be a cargo fix --clippy option. Would it be possible for rustfix to add support so we can unify the interface?
cc @rust-lang/clippy