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

@ -4,7 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use minidom::{Element, IntoAttributeValue};
use minidom::Element;
use error::Error;