Handle breakage after libcore split
API Changes: - &[T] and ~[T] no longer support the addition operator (+)
This commit is contained in:
parent
300d865fa4
commit
9fb8741b2e
23 changed files with 75 additions and 70 deletions
|
@ -13,7 +13,7 @@
|
|||
use to_str::{IntoStr};
|
||||
use str;
|
||||
use str::Str;
|
||||
use str::StrSlice;
|
||||
use str::{StrAllocating, StrSlice};
|
||||
use str::OwnedStr;
|
||||
use container::Container;
|
||||
use cast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue