summaryrefslogtreecommitdiff
path: root/pest_consume_macros/src/match_nodes.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pest_consume_macros/src/match_nodes.rs (renamed from pest_consume_macros/src/match_inputs.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pest_consume_macros/src/match_inputs.rs b/pest_consume_macros/src/match_nodes.rs
index 773f806..251b7ef 100644
--- a/pest_consume_macros/src/match_inputs.rs
+++ b/pest_consume_macros/src/match_nodes.rs
@@ -186,7 +186,7 @@ fn make_parser_branch(
))
}
-pub fn match_inputs(
+pub fn match_nodes(
input: proc_macro::TokenStream,
) -> Result<proc_macro2::TokenStream> {
let input: ParseChildrenInput = syn::parse(input)?;