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,8 +6,6 @@
#![deny(missing_docs)]
use minidom::Element;
use error::Error;
use ns;
@ -273,6 +271,7 @@ generate_element_enum!(
mod tests {
use super::*;
use try_from::TryFrom;
use minidom::Element;
#[test]
fn test_simple() {