We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb25a0 commit 81c4129Copy full SHA for 81c4129
.vscode/settings.json
@@ -3,4 +3,6 @@
3
"editor.formatOnSave": true
4
},
5
"rust-analyzer.checkOnSave.command": "clippy",
6
+ "rust-analyzer.checkOnSave.allTargets": true,
7
+ "rust-analyzer.checkOnSave.extraArgs": ["--","-W","clippy::pedantic"],
8
}
0 commit comments