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 dc95e40 commit 903663cCopy full SHA for 903663c
src/chain/fork_clone_builder.rs
@@ -83,6 +83,6 @@ macro_rules! impl_forkclonebuilder_for_tuple {
83
}
84
85
86
-// Implements the `ForkCloneBUilder` trait for all tuples between size 2 and 15
+// Implements the `ForkCloneBUilder` trait for all tuples between size 2 and 12
87
// (inclusive)
88
-all_tuples!(impl_forkclonebuilder_for_tuple, 2, 15, F, U);
+all_tuples!(impl_forkclonebuilder_for_tuple, 2, 12, F, U);
0 commit comments