Add missing call of f on self.
This commit is contained in:
parent
e8a4268949
commit
d6faa37515
@ -55,6 +55,7 @@ pub fn make_walk_fn(specs: &[BuildSpec]) -> TokenStream {
|
|||||||
#(#child_match_arms,)*
|
#(#child_match_arms,)*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
f(node.as_node_ref());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user