Switch to a centrally-defined context type.
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user