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
|
|
@ -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 jid::Jid;
|
||||
|
||||
use error::Error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue