Skip to content

Commit 5b32489

Browse files
committed
Set rust-analyzer importMergeBehaviour option to last
1 parent 2ca8daa commit 5b32489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
// source for rustc_* is not included in the rust-src component; disable the errors about this
33
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate"],
4+
"rust-analyzer.assist.importMergeBehaviour": "last",
45
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
56
"rust-analyzer.linkedProjects": [
67
"./Cargo.toml",

0 commit comments

Comments
 (0)