Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle Vec::reserve #1151

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Correctly handle Vec::reserve #1151

merged 1 commit into from
Nov 21, 2023

Conversation

GuillaumeGomez
Copy link
Owner

Fixes #1149.

@GuillaumeGomez GuillaumeGomez force-pushed the vec-reserve-fix branch 2 times, most recently from 03763e6 to 2e2d2cc Compare November 21, 2023 22:21
@GuillaumeGomez GuillaumeGomez merged commit e6a0184 into master Nov 21, 2023
66 of 67 checks passed
@GuillaumeGomez GuillaumeGomez deleted the vec-reserve-fix branch November 21, 2023 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong usage for Vec::reserve with Vec::capacity
1 participant