mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Auto merge of #10457 - samueltardieu:issue-10436, r=Manishearth
help: refer to `cargo check --help` Fixes #10436 changelog: none
This commit is contained in:
commit
903595801e
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user