Skip to content

Commit e400191

Browse files
xFrednetgiraffate
andcommitted
Updated clippy_dev ui message and vscode task name
Co-authored-by: Takayuki Nakata <[email protected]>
1 parent 2098b27 commit e400191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_dev/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ fn get_clap_config<'a>() -> ArgMatches<'a> {
190190
Arg::with_name("force-override")
191191
.long("force-override")
192192
.short("f")
193-
.help("Forces the override of existing vs code tasks")
193+
.help("Forces the override of existing vscode tasks")
194194
.required(false),
195195
),
196196
),

util/etc/vscode-tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
},
1414
{
15-
"label": "cargo fmt",
15+
"label": "cargo dev fmt",
1616
"type": "shell",
1717
"command": "cargo dev fmt",
1818
"problemMatcher": [],

0 commit comments

Comments
 (0)