We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac65470 commit f1e9a73Copy full SHA for f1e9a73
src/lib.rs
@@ -3478,8 +3478,7 @@ impl<T: ?Sized> Itertools for T where T: Iterator { }
3478
/// (elements pairwise equal and sequences of the same length),
3479
/// `false` otherwise.
3480
///
3481
-/// This is an [`IntoIterator`] enabled function that is similar to the standard
3482
-/// library method [`Iterator::eq`].
+/// [`IntoIterator`] enabled version of [`Iterator::eq`].
3483
3484
/// ```
3485
/// assert!(itertools::equal(vec![1, 2, 3], 1..4));
0 commit comments