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 a786000 commit 32bf2a2Copy full SHA for 32bf2a2
.vscode/settings.json
@@ -7,5 +7,6 @@
7
"files.trimTrailingWhitespace": true,
8
"rust-analyzer.imports.granularity.enforce": true,
9
"rust-analyzer.imports.granularity.group": "module",
10
- "rust-analyzer.imports.group.enable": false
+ "rust-analyzer.imports.group.enable": false,
11
+ "rust-analyzer.imports.prefix": "self"
12
}
0 commit comments