]> git.lizzy.rs Git - rust.git/commit
Auto merge of #35064 - pthariensflame:feature/cow_str_from_iter, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 8 Aug 2016 21:59:30 +0000 (14:59 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 21:59:30 +0000 (14:59 -0700)
commit080e0e072f9c654893839cf1f7ea71dc153b08a9
tree3c3cde39aabb028d560daa178ffd6ba304c045bd
parentf84008b5586b0c35b117df2bc34410ad1d1a4e86
parent42e64bc5f2b5c7ff9a1619cc267d0fb7ac23f1d0
Auto merge of #35064 - pthariensflame:feature/cow_str_from_iter, r=alexcrichton

Add `FromIterator` implementations for `Cow<str>`

This seems like an oversight, since the corresponding implementation for `Cow<[T]> where T: Clone` exists.