minidom: rustfmt latest commit

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-11-09 01:33:46 +01:00
parent 5a254bca1a
commit 28faee8408
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
use crate::convert::IntoAttributeValue;
use crate::error::{Error, Result};
use crate::namespace_set::{NamespaceSet, NSChoice};
use crate::namespace_set::{NSChoice, NamespaceSet};
use crate::node::Node;
use std::collections::{btree_map, BTreeMap};

View file

@ -77,6 +77,6 @@ mod tests;
pub use convert::IntoAttributeValue;
pub use element::{Children, ChildrenMut, Element, ElementBuilder};
pub use namespace_set::NSChoice;
pub use error::{Error, Result};
pub use namespace_set::NSChoice;
pub use node::Node;