Fix fallout of removing import_shadowing in tests.
This commit is contained in:
@@ -633,7 +633,6 @@ mod tests {
|
||||
use prelude::*;
|
||||
use super::*;
|
||||
use char::from_u32;
|
||||
use str::StrPrelude;
|
||||
|
||||
macro_rules! v2ascii {
|
||||
( [$($e:expr),*]) => (&[$(Ascii{chr:$e}),*]);
|
||||
|
||||
Reference in New Issue
Block a user