chore: shrink range result vec to fit (#20639)

This commit is contained in:
Matthias Seitz
2025-12-29 11:22:11 +01:00
committed by GitHub
parent 624bfa1f49
commit 05ed753e58

View File

@@ -1538,6 +1538,8 @@ impl<N: NodePrimitives> StaticFileProvider<N> {
}
}
result.shrink_to_fit();
Ok(result)
}