]> git.lizzy.rs Git - rust.git/commitdiff
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)
Add `FromIterator` implementations for `Cow<str>`

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


Trivial merge