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

@ -71,7 +71,7 @@ impl Storage {
mod tests {
use super::*;
use crate::util::compare_elements::NamespaceAwareCompare;
use minidom::Element;
use crate::Element;
use std::convert::TryFrom;
#[cfg(target_pointer_width = "32")]