We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy_dev
1 parent 2098b27 commit e400191Copy full SHA for e400191
clippy_dev/src/main.rs
@@ -190,7 +190,7 @@ fn get_clap_config<'a>() -> ArgMatches<'a> {
190
Arg::with_name("force-override")
191
.long("force-override")
192
.short("f")
193
- .help("Forces the override of existing vs code tasks")
+ .help("Forces the override of existing vscode tasks")
194
.required(false),
195
),
196
util/etc/vscode-tasks.json
@@ -12,7 +12,7 @@
12
},
13
14
{
15
- "label": "cargo fmt",
+ "label": "cargo dev fmt",
16
"type": "shell",
17
"command": "cargo dev fmt",
18
"problemMatcher": [],
0 commit comments