macros: Remove use requirement on try_from::TryFrom.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-14 16:07:15 +02:00
commit 292cdd059c
20 changed files with 26 additions and 40 deletions

View file

@ -6,8 +6,6 @@
#![deny(missing_docs)]
use try_from::TryFrom;
use minidom::Element;
use error::Error;
@ -38,6 +36,7 @@ generate_element_enum!(
#[cfg(test)]
mod tests {
use super::*;
use try_from::TryFrom;
#[test]
fn test_simple() {