about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-27 14:39:08 +0000
committerbors <bors@rust-lang.org>2021-07-27 14:39:08 +0000
commitac0fd99194141f189b3fc41ef2d8925e6fa359c2 (patch)
tree1bb3afd686594d6be9d9200d0f4d0f3025c8d46e /compiler/rustc_interface/src
parent43905d9f8d0f27d7ad71008bec9ef3c0b0982782 (diff)
parentf7af8bf2c1c361d7889f0edf398753bea97b8caa (diff)
downloadrust-ac0fd99194141f189b3fc41ef2d8925e6fa359c2.tar.gz
rust-ac0fd99194141f189b3fc41ef2d8925e6fa359c2.zip
Auto merge of #7492 - nfejzic:improve_help, r=Manishearth
Explain flags missing in cargo check in --help

This commit closes #7389. As stated in the issue, `cargo clippy --help`
provides explanation for some flags and states that the rest are same
as in `cargo check --help`, even though some clippy specific flags
exist.

This commit extends the `cargo clippy --help` with two additional flags,
  - `cargo clippy --fix`
  - `cargo clippy --no-deps`

If there are more flags which are not present in `cargo check --help`
please bring these to my attention, I will include these aswell.
For now, I noticed only the two flags mentioned above.

changelog: `cargo clippy --help` now explains additional flags missing in `cargo check --help`.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions