Test fixes and rebase conflicts
This commit is contained in:
parent
26cd8eae48
commit
56a9e2fcd5
18 changed files with 67 additions and 34 deletions
|
@ -68,7 +68,7 @@ use fmt;
|
|||
use iter::IteratorExt;
|
||||
use option::Option;
|
||||
use option::Option::{None, Some};
|
||||
use prelude::v1::{FullRange, Index};
|
||||
use ops::{FullRange, Index};
|
||||
use str;
|
||||
use str::StrExt;
|
||||
use string::{String, CowString};
|
||||
|
|
|
@ -25,7 +25,7 @@ use iter::{AdditiveIterator, Extend};
|
|||
use iter::{Iterator, IteratorExt, Map, repeat};
|
||||
use mem;
|
||||
use option::Option::{self, Some, None};
|
||||
use prelude::v1::{FullRange, Index};
|
||||
use ops::{FullRange, Index};
|
||||
use slice::{SliceExt, SliceConcatExt};
|
||||
use str::{SplitTerminator, FromStr, StrExt};
|
||||
use string::{String, ToString};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue