shrink_to_fit body source map

This commit is contained in:
Lukas Wirth 2023-09-09 14:40:56 +02:00
parent 8f5fee4a5a
commit cfcef69072
2 changed files with 28 additions and 2 deletions

View file

@ -175,7 +175,7 @@ fn collect_import_map(db: &dyn DefDatabase, krate: CrateId) -> FxIndexMap<ItemIn
}
}
}
map.shrink_to_fit();
map
}