lintcheck: fix clap panic
This commit is contained in:
parent
0f7558148c
commit
aeaa1cc342
@ -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…
x
Reference in New Issue
Block a user