Skip to content

Commit

Permalink
Don't impl Extend for 13-tuples
Browse files Browse the repository at this point in the history
  • Loading branch information
shahn committed Oct 31, 2024
1 parent be06502 commit 9cebcba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/iter/traits/collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ macro_rules! spec_tuple_impl {
}

spec_tuple_impl!(
(M, m, EM, TraitM, default_extend_tuple_m, 12),
(L, l, EL, TraitL, default_extend_tuple_l, 11),
(K, k, EK, TraitK, default_extend_tuple_k, 10),
(J, j, EJ, TraitJ, default_extend_tuple_j, 9),
Expand Down

0 comments on commit 9cebcba

Please sign in to comment.