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-08 13:44:14 -08:00
2016-02-11 10:42:28 -08:00
2016-03-12 12:31:13 -08:00
2016-03-12 02:41:26 +05:30
2016-03-09 01:18:46 +01:00
2016-03-04 09:49:39 -08:00
2016-03-11 22:09:58 -08:00
2016-03-06 08:19:51 -05:00
2016-02-11 11:12:32 -08:00
2016-03-12 12:31:13 -08:00
2016-02-09 11:52:39 -05:00
2016-03-13 09:36:02 +01: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-02-11 11:12:32 -08:00
2016-03-07 13:05:12 -08:00
2016-02-11 11:12:32 -08:00
2016-03-09 10:12:36 -08:00
2016-02-11 11:12:32 -08:00
2016-03-12 12:31:13 -08:00
2016-02-26 14:51:38 +01:00
2016-03-11 20:57:39 -08:00
2016-03-12 12:31:13 -08:00
2016-02-21 09:49:13 -08:00
2016-03-07 22:57:38 -08:00
2016-03-05 08:40:37 -05:00
2016-03-09 20:16:20 -08:00
2016-03-11 01:32:03 +05:30
2016-03-09 18:35:27 +02:00
2016-03-01 23:30:49 +00:00
2016-03-10 20:37:04 -08:00
2016-03-09 16:45:28 +02:00
2016-03-09 16:45:28 +02:00
2016-03-09 01:18:46 +01:00
2016-03-12 12:31:13 -08:00
2016-03-09 20:16:20 -08:00
2016-03-12 21:55:14 -08:00
2016-03-09 18:35:27 +02:00
2016-03-11 20:57:39 -08:00
2016-03-11 04:38:04 -08:00
2016-03-12 13:21:06 -08:00
2016-02-18 08:37:10 -05:00
2016-03-12 12:31:13 -08:00
2016-03-09 05:25:48 -08:00
2016-02-23 03:01:24 +03:00
2016-02-21 09:49:13 -08:00
2016-03-07 13:05:12 -08:00
2016-02-20 09:31:17 -08:00
2016-02-05 20:41:18 -05:00
2016-03-08 13:44:14 -08:00
2016-02-24 21:05:21 +02:00
2016-03-12 21:55:14 -08:00
2016-03-08 13:44:14 -08:00
2016-02-28 10:50:13 -08:00
2016-03-11 10:12:42 -08:00