]> git.lizzy.rs Git - rust.git/commit
auto merge of #7932 : blake2-ppc/rust/str-clear, r=huonw
authorbors <bors@rust-lang.org>
Sun, 21 Jul 2013 22:28:38 +0000 (15:28 -0700)
committerbors <bors@rust-lang.org>
Sun, 21 Jul 2013 22:28:38 +0000 (15:28 -0700)
commitfe3f75ff8e2a7e750713295f5fa17a4abf9d9d62
tree57fd8decc50d57cf0a7f0663df3962dadb5c00c8
parente336cbf8f9e26758a2ef98ec6b7715e083fdcced
parent3509f9d5ae927781f190dda5e623d30ce34e87e0
auto merge of #7932 : blake2-ppc/rust/str-clear, r=huonw

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

fixes issue #7900
src/libstd/str.rs