Skip to content

Commit

Permalink
Expose EndTag and EndTagError as they are public API for on_end_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored and jyn514 committed Dec 15, 2021
1 parent 2772fd0 commit 0b5f515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0b5f515

Please sign in to comment.