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
|
|
@ -5,8 +5,6 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use error::Error;
|
||||
|
||||
use ns;
|
||||
|
||||
generate_empty_element!(Ping, "ping", ns::PING);
|
||||
|
|
@ -16,6 +14,7 @@ mod tests {
|
|||
use super::*;
|
||||
use try_from::TryFrom;
|
||||
use minidom::Element;
|
||||
use error::Error;
|
||||
|
||||
#[test]
|
||||
fn test_simple() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue