Correct merge failure around imports in str.rs.
This commit is contained in:
parent
2e2906522d
commit
2c76ced954
1 changed files with 1 additions and 2 deletions
|
|
@ -30,10 +30,9 @@ use iter::range;
|
|||
use kinds::Sized;
|
||||
use mem;
|
||||
use num::Int;
|
||||
use ops::FnMut;
|
||||
use ops::{Fn, FnMut};
|
||||
use option::Option;
|
||||
use option::Option::{None, Some};
|
||||
use ops::{Fn, FnMut};
|
||||
use ptr::RawPtr;
|
||||
use raw::{Repr, Slice};
|
||||
use slice::{mod, SliceExt};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue