stdtest: Fix all leaked trait imports
This commit is contained in:
parent
c4d36b85a0
commit
bcb1c381a3
35 changed files with 67 additions and 101 deletions
|
@ -478,10 +478,10 @@ static ASCII_UPPER_MAP: &'static [u8] = &[
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use prelude::*;
|
||||
use super::*;
|
||||
use str::from_char;
|
||||
use char::from_u32;
|
||||
use option::{Some, None};
|
||||
|
||||
macro_rules! v2ascii (
|
||||
( [$($e:expr),*]) => ( [$(Ascii{chr:$e}),*]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue