Add missing call of f on self.

This commit is contained in:
Jesse Brault 2025-09-29 09:14:45 -05:00
parent e8a4268949
commit d6faa37515

View File

@ -55,6 +55,7 @@ pub fn make_walk_fn(specs: &[BuildSpec]) -> TokenStream {
#(#child_match_arms,)*
}
}
f(node.as_node_ref());
}
}
}