]> git.lizzy.rs Git - rust.git/commit
Auto merge of #36430 - llogiq:cow_add, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 29 Sep 2016 22:50:32 +0000 (15:50 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2016 22:50:32 +0000 (15:50 -0700)
commitc717cfa7c1640a65ea9198e52265a3bc12449b88
tree9a04c96a65defc31b6f489b021426c7219bb24ba
parent289f3a4ca79916d6445b452fc19a18a1e42a879a
parentdd13a80344838df06fb5df13e36af4bcac04f4b0
Auto merge of #36430 - llogiq:cow_add, r=alexcrichton

impl Add<{str, Cow<str>}> for Cow<str>

cc #35837