mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
lintcheck: fix clap panic
This commit is contained in:
parent
0f7558148c
commit
aeaa1cc342
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fn get_clap_config() -> ArgMatches {
|
|||
.long("markdown")
|
||||
.help("Change the reports table to use markdown links"),
|
||||
Arg::new("recursive")
|
||||
.long("--recursive")
|
||||
.long("recursive")
|
||||
.help("Run clippy on the dependencies of crates specified in crates-toml")
|
||||
.conflicts_with("threads")
|
||||
.conflicts_with("fix"),
|
||||
|
|
Loading…
Add table
Reference in a new issue