Up implementation counts

This commit is contained in:
hodasemi 2025-04-10 12:08:49 +02:00
parent 467207af21
commit 604b6a4dc0

View file

@ -292,4 +292,4 @@ impl_update_filter!(Nonuple, [R, r], [S, s], [T, t], [U, u], [V, v], [W, w],
#[rustfmt::skip]
impl_update_filter!(Decuple, [R, r], [S, s], [T, t], [U, u], [V, v], [W, w], [X, x], [Y, y], [Z, z], [A, a]);
implement_updates!(2, 2);
implement_updates!(5, 6);