Skip to content

Commit 7fa1908

Browse files
committed
copy-paste artefact
1 parent a7489e4 commit 7fa1908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,6 @@ pub trait Itertools: Iterator {
786786
/// // and so on for any further calls to `it.next()`
787787
/// itertools::assert_equal(it.remainder(), 1..3);
788788
/// ```
789-
///
790-
/// See also [`Tuples::into_buffer`].
791789
#[cfg(feature = "use_alloc")]
792790
fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
793791
where

0 commit comments

Comments
 (0)