Aleksey Kladov ca6d7bfe61 Cleanup proc_macro config
In general, there should be no reason to call `.to_string_lossy`.
If you want to display the path, use `.display()`.
If you want to pass the path to an OS API (like std::process::Command)
than use `PathBuf` or `OsString`.
2020-04-23 18:55:26 +02:00
..
2020-04-19 15:15:49 -04:00
2020-04-14 13:57:02 -04:00
2020-04-22 01:44:21 +08:00
2020-04-23 15:35:31 +00:00
2020-04-20 22:07:47 +03:00
2020-04-10 20:46:42 +02:00
2020-04-19 15:15:49 -04:00
2020-04-21 12:58:27 +00:00
2020-04-10 00:17:32 +08:00
2020-04-23 18:55:26 +02:00
2020-04-10 20:46:42 +02:00