diff --git a/src/lib.rs b/src/lib.rs index 7117cf69..b804933b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -52,7 +52,8 @@ pub mod errors { /// HTML content descriptors that can be produced and modified by a rewriter. pub mod html_content { pub use super::rewritable_units::{ - Attribute, Comment, ContentType, Doctype, DocumentEnd, Element, TextChunk, UserData, + Attribute, Comment, ContentType, Doctype, DocumentEnd, Element, EndTag, EndTagError, + TextChunk, UserData, }; pub use super::html::TextType;