Remove all pub.

This commit is contained in:
Tom Alexander
2023-09-11 13:11:08 -04:00
parent a74319d381
commit 7650a9edff
71 changed files with 493 additions and 493 deletions

View File

@@ -37,7 +37,7 @@ mod property_drawer;
mod radio_link;
mod regular_link;
mod section;
pub mod sexp;
mod sexp;
mod statistics_cookie;
mod subscript_and_superscript;
mod table;
@@ -46,7 +46,7 @@ mod text_markup;
mod timestamp;
mod token;
mod util;
pub use document::document;
pub use document::parse;
pub use document::parse_with_settings;
pub use org_source::OrgSource;
use document::document;
use document::parse;
use document::parse_with_settings;
use org_source::OrgSource;