Skip to content

Commit 31c3544

Browse files
committed
don't require ParitalEq to the Item of DedupBy
1 parent adb66f1 commit 31c3544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/adaptors/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ impl<I, Pred> fmt::Debug for DedupBy<I, Pred>
763763

764764
impl<I, Pred> Iterator for DedupBy<I, Pred>
765765
where I: Iterator,
766-
I::Item: PartialEq,
767766
Pred: DedupPredicate<I::Item>,
768767
{
769768
type Item = I::Item;

0 commit comments

Comments
 (0)