chore(vscode): Use clippy by default with rust-analyzer

This commit is contained in:
Michael Aaron Murphy 2021-10-29 17:36:52 +02:00
parent e3a14f7f9b
commit f26f67f347

View file

@ -1,3 +1,4 @@
{
"remote.containers.dockerPath": "podman"
"remote.containers.dockerPath": "podman",
"rust-analyzer.checkOnSave.command": "clippy"
}