]> git.lizzy.rs Git - rust.git/commit
std: make str::append move self
authorErick Tryzelaar <erick.tryzelaar@gmail.com>
Tue, 23 Jul 2013 16:55:09 +0000 (09:55 -0700)
committerErick Tryzelaar <erick.tryzelaar@gmail.com>
Tue, 23 Jul 2013 23:57:00 +0000 (16:57 -0700)
commit9c3679a9a2caeacdd16735c64ab4837721287e64
tree1cccc073eab762b0b4bfb6a744972f6f54965ed9
parentd573ecd1f99944ca45837cbfc2efddcbddae8761
std: make str::append move self

This eliminates a copy and fixes a FIXME.
src/libstd/str.rs