fix enum glob use (again)
This commit is contained in:
parent
05afde821c
commit
add483afed
2 changed files with 9 additions and 3 deletions
|
|
@ -17,4 +17,8 @@ mod blurg {
|
|||
pub use std::cmp::Ordering::*; // ok, re-export
|
||||
}
|
||||
|
||||
mod tests {
|
||||
use super::*;
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue