chore: Add vscode config to use clippy on save
This commit is contained in:
parent
dcbde3b1f2
commit
a39a2518d0
1 changed files with 4 additions and 0 deletions
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue