1
Fork 0

stdtest: Fix all leaked trait imports

This commit is contained in:
Alex Crichton 2014-01-06 22:33:37 -08:00
parent c4d36b85a0
commit bcb1c381a3
35 changed files with 67 additions and 101 deletions

View file

@ -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}),*]);