macros: Remove use requirement on minidom::Element.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 16:17:21 +02:00
commit 6f497027f5
20 changed files with 55 additions and 65 deletions

View file

@ -6,7 +6,7 @@
use std::str::FromStr;
use minidom::{Element, IntoAttributeValue};
use minidom::IntoAttributeValue;
use error::Error;
@ -93,6 +93,7 @@ impl Hash {
mod tests {
use super::*;
use try_from::TryFrom;
use minidom::Element;
#[test]
fn test_simple() {