Skip to content

Commit

Permalink
Resolved review
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMon committed Aug 25, 2022
1 parent 33e5802 commit 5d35c25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/free.rs
Expand Up @@ -107,9 +107,6 @@ pub fn rev<I>(iterable: I) -> iter::Rev<I::IntoIter>

/// Converts the arguments to iterators and zips them.
///
/// `zip()` returns an iterator where each item consists of items from the _first_ and _second_ iterator.
/// The returned iterator has as many items as the shortest of the two iterators passed in.
///
/// [`IntoIterator`] enabled version of [`Iterator::zip`].
///
/// ## Example
Expand Down

0 comments on commit 5d35c25

Please sign in to comment.