Add better funcion call syntax

This commit is contained in:
torkleyy
2017-12-20 22:16:53 +01:00
parent 71ebd0d4d1
commit 76a1e3056b
3 changed files with 56 additions and 7 deletions

View File

@@ -65,4 +65,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, T, U, V, W, X, Y, Z);
def_register!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S);