diff --git a/.vscode/settings.json b/.vscode/settings.json index 74447bc91..966724239 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "cSpell.import": [ "./.vscode/cSpell.json" - ] + ], + "rust-analyzer.check.command": "clippy" }