mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
contrib: Set our check command to check instead of clippy
Clippy is a bit too heavy to be used as the check on save command in this repo. Let's set a better default.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"rust-analyzer.checkOnSave.command": "check",
|
||||
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user