chore(vscode): Use pedantic clippy lints by default
This commit is contained in:
parent
abab5a5818
commit
0fe99b1f80
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"remote.containers.dockerPath": "podman",
|
||||
"rust-analyzer.checkOnSave.command": "clippy"
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue