We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f75581 commit aeaa1ccCopy full SHA for aeaa1cc
lintcheck/src/config.rs
@@ -35,7 +35,7 @@ fn get_clap_config() -> ArgMatches {
35
.long("markdown")
36
.help("Change the reports table to use markdown links"),
37
Arg::new("recursive")
38
- .long("--recursive")
+ .long("recursive")
39
.help("Run clippy on the dependencies of crates specified in crates-toml")
40
.conflicts_with("threads")
41
.conflicts_with("fix"),
0 commit comments