Files
rust/src
bors db6dd8e4fe Auto merge of #32182 - bluss:string-from-is-str-owned, r=alexcrichton
Call str::to_owned in String::from and uninline it

Call str::to_owned in String::from and uninline it

These methods were already effectively equal, but now one calls
the other, and neither is marked inline.
String::from does not need to be inlined, it can be without it just like
str::to_owned and String::clone are.

Fixes #32163
2016-03-13 03:40:14 -07:00
..
2016-03-09 01:18:46 +01:00
2016-03-12 12:31:13 -08:00
2016-02-09 11:52:39 -05:00
2016-03-12 12:31:13 -08:00
2016-03-12 12:31:13 -08:00
2016-03-12 12:31:13 -08:00
2016-03-12 12:31:13 -08:00
2016-03-08 13:44:14 -08:00
2016-02-24 21:05:21 +02:00
2016-02-28 10:50:13 -08:00
2016-03-11 10:12:42 -08:00