attention: Use super::* in tests like every other module.
This commit is contained in:
parent
cc563b46d2
commit
5543d71599
1 changed files with 1 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue