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
|
|
@ -4,7 +4,6 @@
|
|||
// 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;
|
||||
use date::DateTime;
|
||||
|
||||
use error::Error;
|
||||
|
|
@ -25,6 +24,7 @@ generate_element_with_text!(Delay, "delay", ns::DELAY,
|
|||
mod tests {
|
||||
use super::*;
|
||||
use try_from::TryFrom;
|
||||
use minidom::Element;
|
||||
use std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue