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 598e011 commit d464298Copy full SHA for d464298
.vscode/settings.json
@@ -6,5 +6,8 @@
6
"rust.all_targets": false,
7
// For Rust Analyzer plugin users:
8
"rust-analyzer.cargo.target": "riscv64imac-unknown-none-elf",
9
- "rust-analyzer.checkOnSave.enable": false
+ "rust-analyzer.checkOnSave.enable": false,
10
+ // Other settings
11
+ // For clap
12
+ "rust-analyzer.procMacro.attributes.enable": true,
13
}
0 commit comments