should re-export more things under the error module

This commit is contained in:
lumi 2017-05-22 19:30:52 +02:00
commit 9d45230c17
2 changed files with 2 additions and 2 deletions

View file

@ -73,6 +73,6 @@ pub mod convert;
#[cfg(test)] mod tests;
pub use error::Error;
pub use error::{Error, ErrorKind, Result, ResultExt};
pub use element::{Element, Node, Children, ChildrenMut, ElementBuilder};
pub use convert::{IntoElements, IntoAttributeValue, ElementEmitter};