macros: Remove use requirement on minidom::IntoAttributeValue.
This commit is contained in:
parent
040792c242
commit
0d4327eb42
14 changed files with 16 additions and 16 deletions
|
|
@ -7,7 +7,7 @@
|
|||
use try_from::TryFrom;
|
||||
use std::net::IpAddr;
|
||||
|
||||
use minidom::{Element, IntoAttributeValue};
|
||||
use minidom::Element;
|
||||
use jid::Jid;
|
||||
|
||||
use error::Error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue