macros: Remove use requirement on error::Error.
This commit is contained in:
parent
6f497027f5
commit
d9aaa3e9ce
19 changed files with 45 additions and 64 deletions
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
use jid::Jid;
|
||||
|
||||
use error::Error;
|
||||
|
||||
use ns;
|
||||
|
||||
generate_element_with_only_attributes!(StanzaId, "stanza-id", ns::SID, [
|
||||
|
|
@ -24,6 +22,7 @@ mod tests {
|
|||
use super::*;
|
||||
use try_from::TryFrom;
|
||||
use minidom::Element;
|
||||
use error::Error;
|
||||
use std::str::FromStr;
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue