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

Make the change type be generic over any T rather &T #31

Merged
merged 2 commits into from Sep 11, 2021

Conversation

mitsuhiko
Copy link
Owner

This makes the interface of this crate more flexible as the utility
methods such as iter_changes now also work if a container does not
contain references.

Fixes #29

This makes the interface of this crate more flexible as the utility
methods such as `iter_changes` now also work if a container does not
contain references.

Fixes #29
@mitsuhiko mitsuhiko merged commit a3e10af into main Sep 11, 2021
@mitsuhiko mitsuhiko deleted the feature/better-change branch September 11, 2021 09:20
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.

Restricting Trait Bounds in ChangesIter
1 participant