Examples (6)
Fix code even if it already has compiler errors
cargo fix --broken-codeFix code even if the working directory has changes
cargo fix --allow-dirtyMigrate a package to the next Rust edition
cargo fix --editionFix the package's library
cargo fix --libFix the specified integration test
cargo fix --test nameFix all members in the workspace
cargo fix --workspacemade by @shridhargupta | data from tldr-pages