Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(api): Remove unnecessary
collect
(#2333)
Since we only use the `Vec` created by the `collect` in the loop below, there is no reason for the collect. Removing the collect prevents an unnecessary allocation of the `Vec`, and allows the loop instead to lazily compute the stringified chunks during iteration
- Loading branch information