Skip to content

Commit 903663c

Browse files
Consistency for tuple size implementation
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent dc95e40 commit 903663c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chain/fork_clone_builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ macro_rules! impl_forkclonebuilder_for_tuple {
8383
}
8484
}
8585

86-
// Implements the `ForkCloneBUilder` trait for all tuples between size 2 and 15
86+
// Implements the `ForkCloneBUilder` trait for all tuples between size 2 and 12
8787
// (inclusive)
88-
all_tuples!(impl_forkclonebuilder_for_tuple, 2, 15, F, U);
88+
all_tuples!(impl_forkclonebuilder_for_tuple, 2, 12, F, U);

0 commit comments

Comments
 (0)