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 a7489e4 commit 7fa1908Copy full SHA for 7fa1908
src/lib.rs
@@ -786,8 +786,6 @@ pub trait Itertools: Iterator {
786
/// // and so on for any further calls to `it.next()`
787
/// itertools::assert_equal(it.remainder(), 1..3);
788
/// ```
789
- ///
790
- /// See also [`Tuples::into_buffer`].
791
#[cfg(feature = "use_alloc")]
792
fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
793
where
0 commit comments