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

@@ -59,7 +59,7 @@ fn write_header(test_file: &mut File) {
r#"
#[feature(exit_status_error)]
use organic::compare_document;
use organic::document;
use organic::parser::document;
use organic::emacs_parse_org_document;
use organic::sexp;