From e1469b67948c98cd5ac21dbb714cc6ef8ca0e0c2 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Mon, 11 Mar 2019 00:38:22 +0800 Subject: [PATCH] chore: re-export all from `export::html` module --- src/export/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export/mod.rs b/src/export/mod.rs index 97f26dc..31501c5 100644 --- a/src/export/mod.rs +++ b/src/export/mod.rs @@ -1,6 +1,6 @@ mod html; -pub use self::html::HtmlHandler; +pub use html::*; use crate::parser::Parser; use std::io::{Result, Write};