Use crate::Element instead of minidom::Element.
This makes refactoring much easier.
This commit is contained in:
parent
552fef90d3
commit
d1d98ff3d5
56 changed files with 87 additions and 87 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue