mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove unnecessary vec size reservation
This commit is contained in:
parent
01369dc6d8
commit
e9c096088a
1 changed files with 0 additions and 1 deletions
|
@ -955,7 +955,6 @@ impl<'a, 'b> RecursiveValueDefIter<'a, 'b> {
|
|||
expr_stack.push(&return_value.value);
|
||||
expr_stack.push(&after_return.value);
|
||||
} else {
|
||||
expr_stack.reserve(1);
|
||||
expr_stack.push(&return_value.value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue