chore(vscode): Fix clippy suggestions
This commit is contained in:
parent
176c30901a
commit
b704eea531
1 changed files with 3 additions and 2 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"],
|
||||
"rust-analyzer.checkOnSave.overrideCommand": [
|
||||
"cargo", "clippy", "--no-deps", "--message-format=json", "--", "-W", "clippy::pedantic"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue