Fix missing _.
This commit is contained in:
parent
5b772443f8
commit
e8a4268949
@ -21,7 +21,7 @@ pub fn make_enum_ast_node_impl(enum_spec: &TreeEnumBuildSpec) -> TokenStream {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => quote! {
|
_ => quote! {
|
||||||
#type_ident::#rule_ident => vec![]
|
#type_ident::#rule_ident(_) => vec![]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user