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 814ed4f commit e97e40dCopy full SHA for e97e40d
.vscode/settings.json
@@ -1,10 +1,9 @@
1
{
2
// source for rustc_* is not included in the rust-src component; disable the errors about this
3
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "unresolved-macro-call"],
4
- "rust-analyzer.assist.importGranularity": "module",
5
- "rust-analyzer.assist.importEnforceGranularity": true,
6
- "rust-analyzer.assist.importPrefix": "crate",
7
- "rust-analyzer.cargo.runBuildScripts": true,
+ "rust-analyzer.imports.granularity.enforce": true,
+ "rust-analyzer.imports.granularity.group": "module",
+ "rust-analyzer.imports.prefix": "crate",
8
"rust-analyzer.cargo.features": ["unstable-features"],
9
"rust-analyzer.linkedProjects": [
10
"./Cargo.toml",
0 commit comments