Skip to content

Commit

Permalink
mob next [ci-skip] [ci skip] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NoneTheWisr committed Jan 15, 2022
1 parent a305d97 commit 659639e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adaptors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,11 @@ impl<I,T,E> Iterator for EnumerateOk<I>
let index = self.index;

self.index += 1;
todo!();

Some(Ok((index, v)))
}
Some(Err(e)) => Some(Err(e)),
None => None
}
}
}
Expand Down

0 comments on commit 659639e

Please sign in to comment.