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

Add TryClone trait #44

Merged
merged 2 commits into from
Dec 19, 2021
Merged

Add TryClone trait #44

merged 2 commits into from
Dec 19, 2021

Conversation

ava57r
Copy link
Collaborator

@ava57r ava57r commented Jul 29, 2021

Drop macro impl_native_index_clone

This is for generic code

Drop macro `impl_native_index_clone`
@ava57r
Copy link
Collaborator Author

ava57r commented Dec 14, 2021

@Enet4 Could You review it?

@Enet4 Enet4 self-requested a review December 14, 2021 09:27
Copy link
Owner

@Enet4 Enet4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was nice that we got rid of the macro and replaced it with something that can be applied to all implementations! 👍
It is a breaking change, but it's a reasonable one to introduce.

I found no problems in the code. Just suggesting a minor documentation tweak before we merge.

src/index/mod.rs Outdated Show resolved Hide resolved
src/index/mod.rs Show resolved Hide resolved
@Enet4 Enet4 added the breaking change Keeping track of changes which will require a major version bump label Dec 18, 2021
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
Copy link
Owner

@Enet4 Enet4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Enet4 Enet4 merged commit 7ca221a into Enet4:master Dec 19, 2021
@ava57r ava57r deleted the index-clone branch December 19, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Keeping track of changes which will require a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants