Reduce the exposed functions when compare feature is enabled.

This commit is contained in:
Tom Alexander
2023-09-12 15:15:21 -04:00
parent 6589a755a6
commit 37e85158ea
8 changed files with 88 additions and 112 deletions

View File

@@ -71,10 +71,6 @@ fn write_header(test_file: &mut File) {
test_file,
r#"
#[feature(exit_status_error)]
use organic::compare_document;
use organic::parser::parse;
use organic::emacs_parse_anonymous_org_document;
use organic::sexp;
"#
)