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