]> git.lizzy.rs Git - rust.git/commit
impl Str for CowString
authorSean McArthur <sean.monstar@gmail.com>
Fri, 28 Nov 2014 03:21:38 +0000 (19:21 -0800)
committerSean McArthur <sean.monstar@gmail.com>
Fri, 28 Nov 2014 03:21:38 +0000 (19:21 -0800)
commit759032ee64f82443adc898d0ed5f21e3ae7a9d83
tree25666fd0492054386e1de9cbf41ed287f88059f0
parent82fc1aa8756bf47679e09a30c5968da9f84b89e5
impl Str for CowString

This implementation existed on MaybeOwned, but has been lost in the
transition to Cows. Let's put it back.
src/libcollections/str.rs