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

@ -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 error::Error;
use helpers::PlainText;
use ns;
@ -37,6 +36,7 @@ impl Handshake {
mod tests {
use super::*;
use try_from::TryFrom;
use minidom::Element;
#[test]
fn test_simple() {