vscode: update rust-analyzer check command to use clippy (#12197)

This commit is contained in:
xtqqczze
2026-05-12 16:55:05 +02:00
committed by GitHub
parent 28cff684bd
commit b7769ce515
+2 -1
View File
@@ -1,5 +1,6 @@
{
"cSpell.import": [
"./.vscode/cSpell.json"
]
],
"rust-analyzer.check.command": "clippy"
}