mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
help: refer to cargo check --help
This commit is contained in:
parent
783bc621a1
commit
b6f0ebf71c
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue