Configure VS Code to use cargo clippy

This commit is contained in:
Hanno Braun 2024-11-06 18:38:22 +01:00
parent c1379451a8
commit 71adabddce

View File

@ -1,3 +1,4 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"rust-analyzer.check.command": "clippy"
}