minidom: rustfmt latest commit
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5a254bca1a
commit
28faee8408
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
use crate::convert::IntoAttributeValue;
|
use crate::convert::IntoAttributeValue;
|
||||||
use crate::error::{Error, Result};
|
use crate::error::{Error, Result};
|
||||||
use crate::namespace_set::{NamespaceSet, NSChoice};
|
use crate::namespace_set::{NSChoice, NamespaceSet};
|
||||||
use crate::node::Node;
|
use crate::node::Node;
|
||||||
|
|
||||||
use std::collections::{btree_map, BTreeMap};
|
use std::collections::{btree_map, BTreeMap};
|
||||||
|
|
|
@ -77,6 +77,6 @@ mod tests;
|
||||||
|
|
||||||
pub use convert::IntoAttributeValue;
|
pub use convert::IntoAttributeValue;
|
||||||
pub use element::{Children, ChildrenMut, Element, ElementBuilder};
|
pub use element::{Children, ChildrenMut, Element, ElementBuilder};
|
||||||
pub use namespace_set::NSChoice;
|
|
||||||
pub use error::{Error, Result};
|
pub use error::{Error, Result};
|
||||||
|
pub use namespace_set::NSChoice;
|
||||||
pub use node::Node;
|
pub use node::Node;
|
||||||
|
|
Loading…
Reference in a new issue