Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

dev: use with_capacity #1535

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Conversation

greged93
Copy link
Collaborator

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Refactoring (no functional changes, no API changes)

What is the current behavior?

Code uses Vec::new when it could use Vec::with_capacity.

Resolves: #NA

What is the new behavior?

Code uses Vec::with_capacity.

Does this introduce a breaking change?

No

@tdelabro tdelabro merged commit 241401e into keep-starknet-strange:main Mar 25, 2024
12 of 13 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants