]> git.lizzy.rs Git - rust.git/commit
Add an &str.to_managed method to allow creating non-constant @str values (for issue...
authorGareth Daniel Smith <garethdanielsmith@gmail.com>
Thu, 4 Oct 2012 19:22:53 +0000 (20:22 +0100)
committerNiko Matsakis <niko@alum.mit.edu>
Sat, 13 Oct 2012 12:57:13 +0000 (05:57 -0700)
commite9caa3fe2e291b7f2cea624bfd0dc879e95fe382
tree3676bc6a1bc93db442abf7ecd3f247be1318c67f
parent9406f8101dd32b4458b8c042a1bfb1bb150a2276
Add an &str.to_managed method to allow creating non-constant @str values (for issue #3433).
src/libcore/str.rs