--help doesn't explain clippy-specific options such as --no-deps
#7389
Labels
A-ui
Area: Clippy interface, usage and configuration
good-first-issue
These issues are a good way to get started with Clippy
cargo clippy --help
doesn't cover all of supported flags.Although the help documentation says "Other options are the same as
cargo check
", there exist some clippy-specific flags such as--fix
and--no-deps
.The text was updated successfully, but these errors were encountered: