diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -12,11 +12,8 @@ #![cfg_attr(test, deny(warnings))] #![allow(unused_parens)] -pub use driver::{parse_document, parse_fragment, ParseOpts, Parser}; pub use markup5ever::*; -pub use serialize::serialize; - #[macro_use] mod macros; @@ -24,7 +21,4 @@ mod util { pub mod str; } -pub mod driver; -pub mod serialize; pub mod tokenizer; -pub mod tree_builder; |