Skip to content

Commit 5145fc2

Browse files
bors[bot]steffahn
andauthored
Merge #567
567: Fix documentation of `HomogeneousTuple` r=phimuemue a=steffahn Compare the docs of `Itertools::collect_tuple` that already mention the correct upper bound on the number of tuple elements. Co-authored-by: Frank Steffahn <frank.steffahn@stu.uni-kiel.de>
2 parents 20c09bd + b93e11d commit 5145fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tuple_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::marker::PhantomData;
1111
// hiding the implementation details of `TupleCollect`.
1212
// See https://github.com/rust-itertools/itertools/issues/387
1313

14-
/// Implemented for homogeneous tuples of size up to 4.
14+
/// Implemented for homogeneous tuples of size up to 12.
1515
pub trait HomogeneousTuple
1616
: TupleCollect
1717
{}

0 commit comments

Comments
 (0)