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 6f3dbab commit c88736cCopy full SHA for c88736c
src/lib.rs
@@ -1111,7 +1111,7 @@ pub trait Itertools : Iterator {
1111
/// ```
1112
#[cfg(feature = "use_alloc")]
1113
fn multi_cartesian_product(self) -> MultiProduct<<Self::Item as IntoIterator>::IntoIter>
1114
- where Self: Iterator + Sized,
+ where Self: Sized,
1115
Self::Item: IntoIterator,
1116
<Self::Item as IntoIterator>::IntoIter: Clone,
1117
<Self::Item as IntoIterator>::Item: Clone
0 commit comments