Skip to content

Commit

Permalink
Merge pull request #1497 from hannobraun/vscode
Browse files Browse the repository at this point in the history
Fix rust-analyzer configuration in VS Code
  • Loading branch information
hannobraun authored Jan 10, 2023
2 parents c97e5bd + 4797c56 commit 6aa3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"rust-analyzer.diagnostics.disabled": [
"mismatched-arg-count"
],
"rust-analyzer.checkOnSave.command": "clippy"
"rust-analyzer.check.command": "clippy"
}

0 comments on commit 6aa3fe7

Please sign in to comment.