File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Common options:
176
176
--rustc Pass all args to rustc
177
177
-V, --version Print version info and exit
178
178
179
- Other options are the same as `cargo check`.
179
+ For the other options see `cargo check --help `.
180
180
181
181
To allow or deny a lint from the command line you can use `cargo clippy --`
182
182
with:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Common options:
18
18
-V, --version Print version info and exit
19
19
--explain LINT Print the documentation for a given lint
20
20
21
- Other options are the same as `cargo check`.
21
+ For the other options see `cargo check --help `.
22
22
23
23
To allow or deny a lint from the command line you can use `cargo clippy --`
24
24
with:
You can’t perform that action at this time.
0 commit comments