attention: Use super::* in tests like every other module.

Emmanuel Gil Peyrot created

Change summary

src/attention.rs | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Detailed changes

src/attention.rs 🔗

@@ -42,10 +42,7 @@ impl From<Attention> for Element {
 
 #[cfg(test)]
 mod tests {
-    use try_from::TryFrom;
-    use minidom::Element;
-    use error::Error;
-    use super::Attention;
+    use super::*;
 
     #[test]
     fn test_simple() {