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

@ -33,7 +33,7 @@ impl PresencePayload for Delay {}
mod tests {
use super::*;
use crate::util::error::Error;
use minidom::Element;
use crate::Element;
use std::str::FromStr;
use std::convert::TryFrom;