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

Implement Clone for by-ref iterators #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vorner
Copy link

@vorner vorner commented Nov 5, 2020

Closes #134.

Note that this depends on bodil/sized-chunks#12 and needs merging and release of that first, so the git dependency can be removed. This turns out to be a bit of DFS through dependencies 😇.

@vorner
Copy link
Author

vorner commented Nov 5, 2020

As for the CI failures:

  • The clippy was probably present previously.
  • The test on macOS ‒ I don't see how this could be related. Is it possible this was present in there already, or should I try investigating what's happening?

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.

implement Clone for iterator types
1 participant