We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fab2b commit 2dad35dCopy full SHA for 2dad35d
.vim/settings.json
@@ -1,3 +1,8 @@
1
{
2
- "rust.clippy_preference": "on"
+ "rust": {
3
+ "clippy_preference": "on",
4
+ "all_targets": false,
5
+ "build_on_save": true,
6
+ "wait_to_build": 0
7
+ }
8
}
0 commit comments