The [https://github.com/rust-lang/rust-clippy#automatically-applying-clippy-suggestions](readme) states we can run `cargo fix -Z unstable-options --clippy` but this no longer works: ``` error: Found argument '--clippy' which wasn't expected, or isn't valid in this context USAGE: cargo fix -Z <FLAG>... For more information try --help ``` Maybe it's related to https://github.com/rust-lang/cargo/pull/7533 ? EDIT: looks like it: https://github.com/rust-lang/cargo/pull/7533#issuecomment-599133278
The https://github.com/rust-lang/rust-clippy#automatically-applying-clippy-suggestions states we can run
cargo fix -Z unstable-options --clippybut this no longer works:Maybe it's related to rust-lang/cargo#7533 ?
EDIT: looks like it: rust-lang/cargo#7533 (comment)