should re-export more things under the error module
This commit is contained in:
parent
508c971416
commit
9d45230c17
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minidom"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Bastien Orivel <eijebong+minidom@bananium.fr>"]
|
||||
description = "A small, simple DOM implementation on top of xml-rs."
|
||||
homepage = "https://gitlab.com/lumi/minidom-rs"
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue