Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix warning by using iter() instead of into_iter()
Change into_iter() to iter() in impl_zip_iter macro to avoid the compliation warning related to s://github.com/rust-lang/rust/issues/66145.
- Loading branch information