
cargo-clippy
List of commands for cargo-clippy:
-
cargo-clippy:tldr:3829f cargo-clippy: Run checks for a package.$ cargo clippy --package ${package}try on your machineexplain this command
-
cargo-clippy:tldr:3915e cargo-clippy: Apply Clippy suggestions automatically.$ cargo clippy --fixtry on your machineexplain this command
-
cargo-clippy:tldr:59dae cargo-clippy: Require that `Cargo.lock` is up to date.$ cargo clippy --lockedtry on your machineexplain this command
-
cargo-clippy:tldr:de155 cargo-clippy: Run checks on all packages in the workspace.$ cargo clippy --workspacetry on your machineexplain this command
-
cargo-clippy:tldr:e19cc cargo-clippy: Run checks over the code in the current directory.$ cargo clippytry on your machineexplain this command