There was an error while loading. Please reload this page.
1 parent 8ecf136 commit 2248ee2Copy full SHA for 2248ee2
1 file changed
crates/hir-def/src/body.rs
@@ -369,6 +369,7 @@ impl Body {
369
self.sequences.shrink_to_fit();
370
self.coverpoints.shrink_to_fit();
371
self.crosses.shrink_to_fit();
372
+ self.ports.shrink_to_fit();
373
self.package_imports.shrink_to_fit();
374
self.package_exports.shrink_to_fit();
375
self.cont_assigns.shrink_to_fit();
0 commit comments