Auto merge of #10457 - samueltardieu:issue-10436, r=Manishearth

help: refer to `cargo check --help`

Fixes #10436

changelog: none
This commit is contained in:
bors 2023-03-05 22:31:43 +00:00
commit 903595801e
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ Common options:
--rustc Pass all args to rustc
-V, --version Print version info and exit
Other options are the same as `cargo check`.
For the other options see `cargo check --help`.
To allow or deny a lint from the command line you can use `cargo clippy --`
with:

View File

@ -18,7 +18,7 @@ Common options:
-V, --version Print version info and exit
--explain LINT Print the documentation for a given lint
Other options are the same as `cargo check`.
For the other options see `cargo check --help`.
To allow or deny a lint from the command line you can use `cargo clippy --`
with: