Skip to content

Commit 86717f5

Browse files
committed
Disable erroneous rust-analyzer errors
See rust-lang/rust-analyzer#8654.
1 parent 9aed2b2 commit 86717f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"editor.formatOnSave": true,
3-
"editor.formatOnPaste": true
3+
"editor.formatOnPaste": true,
4+
"rust-analyzer.diagnostics.disabled": [
5+
"mismatched-arg-count"
6+
]
47
}

0 commit comments

Comments
 (0)