chore: re-export all from export::html module
This commit is contained in:
parent
0c64b76dc6
commit
e1469b6794
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
mod html;
|
||||
|
||||
pub use self::html::HtmlHandler;
|
||||
pub use html::*;
|
||||
|
||||
use crate::parser::Parser;
|
||||
use std::io::{Result, Write};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue