a7335cbf90
Document that `cargo clippy --fix` implies `--all-targets` In [`cargo fix`'s documentation](https://doc.rust-lang.org/cargo/commands/cargo-fix.html) they indicate that `fix` implies `--all-targets` if no target is supplied. As Clippy uses Cargo under the hood, this also applies to Clippy, but we didn't document that behaviour. This PR changes that Fixes #10690 changelog: Add to documentation that `--fix` implies `--all-targets` |
||
---|---|---|
.. | ||
src | ||
book.toml | ||
README.md |