Skip to content

Commit f1e9a73

Browse files
committed
Canonicalize some free functions (1.2) equal: documentation
1 parent ac65470 commit f1e9a73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3478,8 +3478,7 @@ impl<T: ?Sized> Itertools for T where T: Iterator { }
34783478
/// (elements pairwise equal and sequences of the same length),
34793479
/// `false` otherwise.
34803480
///
3481-
/// This is an [`IntoIterator`] enabled function that is similar to the standard
3482-
/// library method [`Iterator::eq`].
3481+
/// [`IntoIterator`] enabled version of [`Iterator::eq`].
34833482
///
34843483
/// ```
34853484
/// assert!(itertools::equal(vec![1, 2, 3], 1..4));

0 commit comments

Comments
 (0)