macros: Remove use requirement on minidom::Element.
This commit is contained in:
parent
0d4327eb42
commit
6f497027f5
20 changed files with 55 additions and 65 deletions
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
use minidom::Element;
|
||||
|
||||
use error::Error;
|
||||
|
||||
use ns;
|
||||
|
|
@ -37,6 +35,7 @@ generate_element_enum!(
|
|||
mod tests {
|
||||
use super::*;
|
||||
use try_from::TryFrom;
|
||||
use minidom::Element;
|
||||
|
||||
#[test]
|
||||
fn test_simple() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue