Skip to content

Commit bcb4ab4

Browse files
committed
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.
1 parent 4931c07 commit bcb4ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ide/vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"rust-analyzer.checkOnSave.command": "clippy",
2+
"rust-analyzer.checkOnSave.command": "check",
33
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
44
}

0 commit comments

Comments
 (0)