-
Notifications
You must be signed in to change notification settings - Fork 61
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
Allow passing an iterable to splice_children
#165
base: master
Are you sure you want to change the base?
Allow passing an iterable to splice_children
#165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also bump the crate version number? I guess this isn't a breaking change.
e442c37
to
faee543
Compare
@lnicola, sorry for the delay, I've bumped the version number. |
@Veykril can you also review and merge this? I assume bumping the crate version would also have been required for my PR, so getting this in here instead would solve this too. |
This needs a minor version bump, the signature change here could break callers |
Yes, you are right, for somebody passing an induced type via |
faee543
to
dc1eb13
Compare
@Veykril is updated. |
Should reduce two allocation when splicing children.