Skip to content

Commit aeaa1cc

Browse files
committed
lintcheck: fix clap panic
1 parent 0f75581 commit aeaa1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lintcheck/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn get_clap_config() -> ArgMatches {
3535
.long("markdown")
3636
.help("Change the reports table to use markdown links"),
3737
Arg::new("recursive")
38-
.long("--recursive")
38+
.long("recursive")
3939
.help("Run clippy on the dependencies of crates specified in crates-toml")
4040
.conflicts_with("threads")
4141
.conflicts_with("fix"),

0 commit comments

Comments
 (0)