Switch to a centrally-defined context type.

This commit is contained in:
Tom Alexander
2022-12-03 21:13:42 -05:00
parent a3286b2542
commit b91e4df797
2 changed files with 7 additions and 8 deletions

View File

@@ -5,3 +5,4 @@ mod parser_with_context;
mod text;
mod text_element_parser;
pub use text_element_parser::document;
type Context<'r> = new_context::ContextTree<'r>;