From: bors Date: Tue, 2 Aug 2016 03:05:57 +0000 (-0700) Subject: Auto merge of #35054 - pwoolcoc:stringfromchars, r=brson X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=19765f2ab18ebb79f8615951b7cb8b86d896ecda;p=rust.git Auto merge of #35054 - pwoolcoc:stringfromchars, r=brson implement `From>` and `From<&'a [char]>` for `String` Though there are ways to convert a slice or vec of chars into a string, it would be nice to be able to just do `String::from(&['a', 'b', 'c'])`, so this PR implements `From>` and `From<&'a [char]>` for String. --- 19765f2ab18ebb79f8615951b7cb8b86d896ecda