fix enum glob use (again)

This commit is contained in:
Oliver Schneider 2016-02-18 16:08:45 +01:00
parent 05afde821c
commit add483afed
2 changed files with 9 additions and 3 deletions

View file

@ -17,4 +17,8 @@ mod blurg {
pub use std::cmp::Ordering::*; // ok, re-export
}
mod tests {
use super::*;
}
fn main() {}