Accept up to 20 parameters in functions.

This commit is contained in:
Stephen Chung 2020-03-03 23:17:42 +08:00
parent 71a3c79915
commit 01bee6e16e

View File

@ -106,4 +106,4 @@ macro_rules! def_register {
}
#[cfg_attr(rustfmt, rustfmt_skip)]
def_register!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S);
def_register!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T);