1
Fork 0

Handle breakage after libcore split

API Changes:

- &[T] and ~[T] no longer support the addition operator (+)
This commit is contained in:
Kevin Ballard 2014-05-07 21:53:11 -07:00
parent 300d865fa4
commit 9fb8741b2e
23 changed files with 75 additions and 70 deletions

View file

@ -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;