forked from LowLevelDevs/FoundryOS
Make rust-analyzer use clippy as the check command.
This commit is contained in:
Vendored
+3
-3
@@ -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",
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user