Updated clippy_dev ui message and vscode task name

Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
xFrednet 2021-06-28 20:40:09 +02:00
parent 2098b27a20
commit e40019134b
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,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),
),
),

View file

@ -12,7 +12,7 @@
},
},
{
"label": "cargo fmt",
"label": "cargo dev fmt",
"type": "shell",
"command": "cargo dev fmt",
"problemMatcher": [],