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

Remove T: Clone bound from IntoIterator implementation #29

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

ffuugoo
Copy link
Contributor

@ffuugoo ffuugoo commented Jul 31, 2024

There is a T: Clone trait bound in the IntoIterator implementation for HashRing<T>, which is not necessary and forbids calling into_iter on a HashRing<NonClone>, even though it's perfectly valid.

This should not be a breaking change, cause we only "remove" requirements on T.

@jeromefroe jeromefroe merged commit 9f4495f into jeromefroe:master Aug 1, 2024
3 checks passed
@jeromefroe
Copy link
Owner

Thanks for the contribution @ffuugoo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants