]> git.lizzy.rs Git - rust.git/commit
str: Implement Container for ~str, @str and Mutable for ~str
authorblake2-ppc <blake2-ppc>
Sat, 20 Jul 2013 17:28:38 +0000 (19:28 +0200)
committerblake2-ppc <blake2-ppc>
Sat, 20 Jul 2013 17:28:38 +0000 (19:28 +0200)
commit3509f9d5ae927781f190dda5e623d30ce34e87e0
tree0632e391d99266f841fd3c75856eee5b787d2054
parente3142c5d3e0a69bff0e3d5506f617c5433a9a750
str: Implement Container for ~str, @str and Mutable for ~str

~str and @str need separate implementations for use in generic
functions, where it will not automatically use the impl on &str.
src/libstd/str.rs