im-rs
im-rs copied to clipboard
Implement Clone for by-ref iterators
Closes #134.
Note that this depends on https://github.com/bodil/sized-chunks/pull/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 😇.
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?