Skip to content

Commit e8ff364

Browse files
committed
Fix rust-analyzer setting
1 parent cda8111 commit e8ff364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "unresolved-macro-call"],
44
"rust-analyzer.assist.importGranularity": "module",
55
"rust-analyzer.assist.importEnforceGranularity": true,
6-
"rust-analyzer.assist.importPrefix": "by_crate",
6+
"rust-analyzer.assist.importPrefix": "crate",
77
"rust-analyzer.cargo.runBuildScripts": true,
88
"rust-analyzer.linkedProjects": [
99
"./Cargo.toml",

0 commit comments

Comments
 (0)