Standardize order of lifetimes for r and s.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use super::parser_context::ContextElement;
|
||||
use super::Context;
|
||||
|
||||
pub fn in_section<'s, 'r, 'x>(context: Context<'r, 's>, section_name: &'x str) -> bool {
|
||||
pub fn in_section<'r, 's, 'x>(context: Context<'r, 's>, section_name: &'x str) -> bool {
|
||||
for thing in context.iter() {
|
||||
match thing.get_data() {
|
||||
ContextElement::ExitMatcherNode(_) => {}
|
||||
|
||||
Reference in New Issue
Block a user