mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Updated clippy_dev
ui message and vscode task name
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
parent
2098b27a20
commit
e40019134b
@ -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),
|
||||
),
|
||||
),
|
||||
|
@ -12,7 +12,7 @@
|
||||
},
|
||||
},
|
||||
{
|
||||
"label": "cargo fmt",
|
||||
"label": "cargo dev fmt",
|
||||
"type": "shell",
|
||||
"command": "cargo dev fmt",
|
||||
"problemMatcher": [],
|
||||
|
Loading…
Reference in New Issue
Block a user