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 cda8111 commit e8ff364Copy full SHA for e8ff364
.vscode/settings.json
@@ -3,7 +3,7 @@
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": "by_crate",
+ "rust-analyzer.assist.importPrefix": "crate",
7
"rust-analyzer.cargo.runBuildScripts": true,
8
"rust-analyzer.linkedProjects": [
9
"./Cargo.toml",
0 commit comments