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