1
Fork 0

remove imports

This commit is contained in:
Jorge Aparicio 2015-03-11 11:42:57 -05:00
parent 6453fcd4cc
commit a079d5e4d2
8 changed files with 6 additions and 8 deletions

View file

@ -533,7 +533,7 @@ mod tests {
use io::prelude::*;
use prelude::v1::{Ok, Err, drop, Some, Vec};
use prelude::v1::{String, Clone};
use prelude::v1::{SliceExt, Str, AsSlice, ToString, GenericPath};
use prelude::v1::{Str, AsSlice, ToString, GenericPath};
use old_path;
use old_io::fs::PathExtensions;
use rt::running_on_valgrind;