Fix for stable

This commit is contained in:
J Henry Waugh 2020-08-09 11:42:37 -05:00
parent a24d11324c
commit dc7b36fd11

View File

@ -16,7 +16,7 @@ macro_rules! generate_add {
}
macro_rules! register_adds_in_bulk {
($mod_name:expr, $($type_names:ident),+) => {
($mod_name:ident, $($type_names:ident),+) => {
$(
{
let type_str = stringify!($type_names);