minidom: re-export rxml
As it's now being used in Element::attr and ElementBuilder::attr Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
19865e5f1e
commit
d91e99f170
1 changed files with 1 additions and 0 deletions
|
|
@ -95,3 +95,4 @@ pub use element::{Children, ChildrenMut, Element, ElementBuilder};
|
|||
pub use error::{Error, Result};
|
||||
pub use namespaces::NSChoice;
|
||||
pub use node::Node;
|
||||
pub use rxml;
|
||||
|
|
|
|||
Loading…
Reference in a new issue