Use itertools::Either instead of own EitherIter impl

This commit is contained in:
Maybe Waffle
2023-04-11 10:54:56 +00:00
parent d4be8efc62
commit 0465201f77
5 changed files with 20 additions and 92 deletions

View File

@@ -1,4 +1,3 @@
mod either_iter;
mod map;
mod set;