Expose the parser module instead of re-exporting all of its contents.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user