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 2f5927a commit 9b0135dCopy full SHA for 9b0135d
src/building/suggested.md
@@ -34,7 +34,9 @@ you can write:
34
"rust-analyzer.rustfmt.overrideCommand": [
35
"./build/TARGET_TRIPLE/stage0/bin/rustfmt"
36
],
37
- "editor.formatOnSave": true
+ "editor.formatOnSave": true,
38
+ "rust-analyzer.cargo.runBuildScripts": false,
39
+ "rust-analyzer.procMacro.enable": false
40
}
41
```
42
0 commit comments