Skip to content

Commit c88736c

Browse files
hellow554phimuemue
authored andcommitted
fix clippy::trait_duplication_in_bounds
1 parent 6f3dbab commit c88736c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ pub trait Itertools : Iterator {
11111111
/// ```
11121112
#[cfg(feature = "use_alloc")]
11131113
fn multi_cartesian_product(self) -> MultiProduct<<Self::Item as IntoIterator>::IntoIter>
1114-
where Self: Iterator + Sized,
1114+
where Self: Sized,
11151115
Self::Item: IntoIterator,
11161116
<Self::Item as IntoIterator>::IntoIter: Clone,
11171117
<Self::Item as IntoIterator>::Item: Clone

0 commit comments

Comments
 (0)