Move Error, helpers and macros into a util module.
This commit is contained in:
parent
2a7cf487a4
commit
409a1dafa9
46 changed files with 98 additions and 107 deletions
|
|
@ -41,7 +41,7 @@ impl IqResultPayload for VersionResult {}
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::compare_elements::NamespaceAwareCompare;
|
||||
use crate::util::compare_elements::NamespaceAwareCompare;
|
||||
use minidom::Element;
|
||||
use try_from::TryFrom;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue