remove imports
This commit is contained in:
parent
6453fcd4cc
commit
a079d5e4d2
8 changed files with 6 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue