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

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-20 20:53:59 +01:00
parent cc563b46d2
commit 5543d71599

View file

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