Make rust-analyzer use clippy as the check command.
This commit is contained in:
Vendored
+3
-3
@@ -4,6 +4,6 @@
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
}
|
||||
Reference in New Issue
Block a user