Sebastian Andersson 7b7ddfa55d Preserve raw strs for: format!(s) to s.to_string() lint
Ie:
|     let s = format!(r#""hello""#);
|             ^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `r#""hello""#.to_string()`
2020-10-09 20:23:03 +02:00
..
2020-08-17 13:55:05 +01:00
2020-09-30 23:30:49 +02:00
2020-10-02 11:34:14 -07:00
2020-10-02 11:34:14 -07:00
2020-10-05 12:23:01 +02:00
2020-09-26 23:10:25 +09:00
2020-10-08 01:07:00 +02:00
2020-09-10 15:23:38 +02:00
2020-10-03 00:07:56 +02:00
2020-10-03 00:07:56 +02:00