]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/src/main.rs
Update lint documentation to use markdown headlines
[rust.git] / clippy_dev / src / main.rs
index 17c321d6c795848f06a051b0b6454c3ae9c61e33..ff324ff6ee6fff5b6a38edc9aaefc6ee09df0f34 100644 (file)
@@ -139,6 +139,7 @@ fn get_clap_config<'a>() -> ArgMatches<'a> {
                         .possible_values(&[
                             "style",
                             "correctness",
+                            "suspicious",
                             "complexity",
                             "perf",
                             "pedantic",
@@ -190,7 +191,7 @@ fn get_clap_config<'a>() -> ArgMatches<'a> {
                             Arg::with_name("force-override")
                                 .long("force-override")
                                 .short("f")
-                                .help("Forces the override of existing vs code tasks")
+                                .help("Forces the override of existing vscode tasks")
                                 .required(false),
                         ),
                 ),