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