Skip to content

Commit

Permalink
env: vscode workspace settings, do clippy check on save.
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Sep 21, 2022
1 parent b60a0bc commit 98d8ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
"editor.defaultFormatter": "matklad.rust-analyzer",
"editor.formatOnSave": true
},
"rust-analyzer.checkOnSave.command": "clippy",
}

0 comments on commit 98d8ad2

Please sign in to comment.