Move old modules out of the src tree.

This commit is contained in:
Tom Alexander 2023-03-25 12:25:05 -04:00
parent 23eb4d01f4
commit 5d9771c3b6
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
7 changed files with 0 additions and 6 deletions

View File

@ -1,20 +1,14 @@
// mod bold;
mod combinator;
mod document;
mod element;
mod error;
mod greater_element;
mod lesser_element;
// mod link;
mod list;
mod object;
// mod paragraph;
mod parser_context;
mod parser_with_context;
// mod plain_list;
mod source;
// mod text;
// mod token;
mod util;
pub use document::document;
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;