Clone issue.

This commit is contained in:
Tom Alexander
2022-12-03 23:53:52 -05:00
parent 96aca6b537
commit b20568c09e
5 changed files with 19 additions and 3 deletions

View File

@@ -3,5 +3,6 @@ mod nom_context;
mod parser_with_context;
mod text;
mod text_element_parser;
mod token;
pub use text_element_parser::document;
type Context<'r> = &'r nom_context::ContextTree<'r>;