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

@@ -1239,16 +1239,14 @@ pub mod consts {
#[cfg(test)]
mod tests {
use prelude::*;
use c_str::ToCStr;
use option::Some;
use option;
use os::{env, getcwd, getenv, make_absolute, args};
use os::{setenv, unsetenv};
use os;
use path::Path;
use rand::Rng;
use rand;
use str::StrSlice;
#[test]