diff options
| author | bors <bors@rust-lang.org> | 2023-03-05 22:31:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-05 22:31:43 +0000 |
| commit | 903595801e86c1d6bf8bd8aeeeb9127b04f19036 (patch) | |
| tree | 0070871e3da5997885cf7ca77081db8495fdbf60 | |
| parent | 783bc621a1e64a11713a00e9289956ed50744dcd (diff) | |
| parent | b6f0ebf71c2429d7890993effbfffa76f985c499 (diff) | |
| download | rust-903595801e86c1d6bf8bd8aeeeb9127b04f19036.tar.gz rust-903595801e86c1d6bf8bd8aeeeb9127b04f19036.zip | |
Auto merge of #10457 - samueltardieu:issue-10436, r=Manishearth
help: refer to `cargo check --help` Fixes #10436 changelog: none
| -rw-r--r-- | src/driver.rs | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/driver.rs b/src/driver.rs index dd183362f27..f08393c303e 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -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: diff --git a/src/main.rs b/src/main.rs index 82147eba33f..c5e9b96cf3f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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: |
