macros: Remove use requirement on minidom::IntoAttributeValue.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 16:12:56 +02:00
commit 0d4327eb42
14 changed files with 16 additions and 16 deletions

View file

@ -6,7 +6,7 @@
use try_from::TryFrom;
use minidom::{Element, IntoAttributeValue};
use minidom::Element;
use error::Error;
use ns;