From: bors Date: Mon, 8 Aug 2016 21:59:30 +0000 (-0700) Subject: Auto merge of #35064 - pthariensflame:feature/cow_str_from_iter, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=080e0e072f9c654893839cf1f7ea71dc153b08a9;p=rust.git Auto merge of #35064 - pthariensflame:feature/cow_str_from_iter, r=alexcrichton Add `FromIterator` implementations for `Cow` This seems like an oversight, since the corresponding implementation for `Cow<[T]> where T: Clone` exists. --- 080e0e072f9c654893839cf1f7ea71dc153b08a9