Suggest cargo clippy --fix
with trailing lint groups/levels arguments
#11671
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
Command-clippy
S-triage
Status: This issue is waiting on initial triage.
Problem
After running
cargo clippy -- -W clippy::doc_markdown
, Cargo suggestsTo make the suggestion work, I believe trailing cli arguments should be added. That is
Steps
rust-lang/cargo
to 0b2c38f.cargo clippy -- -W clippy::doc_markdown
.Possible Solution(s)
Suggest trailing varargs here? Not sure if it could be a bit overkill though.
cargo/src/cargo/core/compiler/job_queue.rs
Lines 1286 to 1320 in 0b2c38f
Notes
cc #11605 and @Muscraft
Version
The text was updated successfully, but these errors were encountered: