-
Notifications
You must be signed in to change notification settings - Fork 185
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
Use extend() with iterator as appropriate in normalizer and collator #2482
Comments
I would like to try and tackle this issue. Two questions if you don't mind me asking:
|
There are a few instances across those two crates, they should all be updated. I don't think benchmarks are necessary. |
Does #2531 fix this issue? |
I'm pretty sure there were more than 2 instances |
I can handle remaining instances later today 👍 |
@hsivonen Can you set an assignee (or "help wanted") and a milestone (or "backlog")? |
I think I addressed all the remaining cases in the PR before, so should be fixed. |
I can take care of that, would you mind assigning this to me? |
@kelebra I can't assign the issue since you're not currently in the org, but feel free to contribute a PR! |
I take that this is fixed now; thanks, @kelebra! |
Instead of pushing in a loop, use extend.
The text was updated successfully, but these errors were encountered: