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 7bfd06e commit 441bc7cCopy full SHA for 441bc7c
src/buffer/buffered.rs
@@ -176,9 +176,9 @@ macro_rules! impl_buffered_for_tuple {
176
}
177
178
179
-// Implements the `Buffered` trait for all tuples between size 2 and 15
+// Implements the `Buffered` trait for all tuples between size 2 and 12
180
// (inclusive) made of types that implement `Buffered`
181
-all_tuples!(impl_buffered_for_tuple, 2, 15, T);
+all_tuples!(impl_buffered_for_tuple, 2, 12, T);
182
183
impl<T: Buffered, const N: usize> Buffered for [T; N] {
184
fn buffered_count(
0 commit comments