diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-30 15:34:57 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-05 02:39:51 +0100 |
commit | 4892172b629590ac4362f7506c14e993fd1ddd2b (patch) | |
tree | d121890b5e2fbd13289dca5c83ccda5a41d77fbf /src/lib.rs | |
parent | 710de8ae37c1199ce65430ceed00cbc1ed61d81a (diff) |
prepare for introduction of public State enum
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ mod tokenizer; mod utils; #[cfg(feature = "integration-tests")] -pub use utils::State; +pub use utils::State as InternalState; pub use emitter::{DefaultEmitter, Doctype, Emitter, EndTag, StartTag, Token}; pub use error::Error; |