Files
rust/src/libstd
bors 7bbcd005b3 Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
Don't format!() string literals

Prefer `to_string()` to `format!()` take 2, this time targetting string literals. In some cases (`&format!("...")` -> `"..."`) also removes allocations. Occurences of `format!("")` are changed to `String::new()`.
2018-07-30 06:29:39 +00:00
..
2018-07-27 23:26:36 +09:00
2018-07-09 23:13:24 +02:00
2018-07-11 09:11:39 +02:00
2018-07-08 16:07:09 +02:00
2018-06-15 23:23:11 +02:00
2018-07-25 10:25:29 +09:00
2018-05-16 19:11:31 +02:00
2018-07-10 20:35:36 +02:00
2018-05-28 18:24:01 -06:00