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

@ -453,7 +453,7 @@ mod tests {
use iter::IteratorExt;
use option::Option::{self, Some, None};
use old_path::GenericPath;
use slice::{AsSlice, SliceExt};
use slice::AsSlice;
use str::{self, Str};
use string::ToString;
use vec::Vec;

View file

@ -1133,7 +1133,7 @@ mod tests {
use iter::IteratorExt;
use option::Option::{self, Some, None};
use old_path::GenericPath;
use slice::{AsSlice, SliceExt};
use slice::AsSlice;
use str::Str;
use string::ToString;
use vec::Vec;