This commit is contained in:
Tom Alexander
2023-09-02 18:21:43 -04:00
parent 66d10a7a1b
commit 54825538e4

View File

@@ -125,6 +125,7 @@ impl<'r> std::fmt::Debug for ExitMatcherNode<'r> {
}
}
#[derive(Debug)]
pub struct GlobalSettings<'s> {
placeholder: Option<&'s str>,
}
@@ -135,6 +136,7 @@ impl<'s> GlobalSettings<'s> {
}
}
#[derive(Debug)]
pub struct Context<'r, 's> {
global_settings: &'s GlobalSettings<'s>,
tree: List<'r, ContextElement<'r, 's>>,