macros: Remove use requirement on error::Error.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 16:21:39 +02:00
commit d9aaa3e9ce
19 changed files with 45 additions and 64 deletions

View file

@ -6,7 +6,6 @@
use jid::Jid;
use error::Error;
use ns;
generate_elem_id!(Group, "group", ns::ROSTER);
@ -62,6 +61,7 @@ mod tests {
use super::*;
use try_from::TryFrom;
use minidom::Element;
use error::Error;
use std::str::FromStr;
use compare_elements::NamespaceAwareCompare;