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

@@ -11,6 +11,4 @@ pub use compare::emacs_parse_org_document;
pub use compare::sexp;
mod error;
mod parser;
pub use parser::*;
pub mod parser;