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)]
|
#[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() {
|
||||||
|
|
Loading…
Reference in a new issue