Make rust-analyzer use clippy as the check command.

This commit is contained in:
2025-02-23 11:53:42 +00:00
parent b8aa203c05
commit 7e62bdae35
+2 -2
View File
@@ -4,6 +4,6 @@
"[rust]": { "[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer", "editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true "editor.formatOnSave": true
},
"rust-analyzer.check.command": "clippy",
} }
}