Use crate::Element instead of minidom::Element.

This makes refactoring much easier.
This commit is contained in:
Emmanuel Gil Peyrot 2019-09-25 10:28:44 +02:00
commit d1d98ff3d5
56 changed files with 87 additions and 87 deletions

View file

@ -113,7 +113,7 @@ impl IqSetPayload for Revoke {}
#[cfg(test)]
mod tests {
use super::*;
use minidom::Element;
use crate::Element;
use std::convert::TryFrom;
use std::str::FromStr;
use crate::ns;