Skip to content

Commit

Permalink
don't require ParitalEq to the Item of DedupBy
Browse files Browse the repository at this point in the history
  • Loading branch information
KeenS committed Jan 10, 2020
1 parent adb66f1 commit 31c3544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adaptors/mod.rs
Expand Up @@ -763,7 +763,6 @@ impl<I, Pred> fmt::Debug for DedupBy<I, Pred>

impl<I, Pred> Iterator for DedupBy<I, Pred>
where I: Iterator,
I::Item: PartialEq,
Pred: DedupPredicate<I::Item>,
{
type Item = I::Item;
Expand Down

0 comments on commit 31c3544

Please sign in to comment.