Expose the parser module instead of re-exporting all of its contents.

This commit is contained in:
Tom Alexander
2023-04-21 18:57:38 -04:00
parent 8420af7f1d
commit 2d4a592846
4 changed files with 4 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ use crate::parser::CommentBlock;
use crate::parser::Document;
use crate::parser::DocumentElement;
use crate::parser::Drawer;
use crate::parser::DynamicBlock;
use crate::parser::Element;
use crate::parser::ExampleBlock;
use crate::parser::ExportBlock;
@@ -22,7 +23,6 @@ use crate::parser::Table;
use crate::parser::TableCell;
use crate::parser::TableRow;
use crate::parser::VerseBlock;
use crate::DynamicBlock;
#[derive(Debug)]
pub struct DiffResult {