Skip to content

Commit 2248ee2

Browse files
committed
fix(hir): shrink lowered ports
1 parent 8ecf136 commit 2248ee2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/hir-def/src/body.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ impl Body {
369369
self.sequences.shrink_to_fit();
370370
self.coverpoints.shrink_to_fit();
371371
self.crosses.shrink_to_fit();
372+
self.ports.shrink_to_fit();
372373
self.package_imports.shrink_to_fit();
373374
self.package_exports.shrink_to_fit();
374375
self.cont_assigns.shrink_to_fit();

0 commit comments

Comments
 (0)