diff options
author | Aleksey Kladov <[email protected]> | 2020-04-23 17:50:25 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-23 17:55:26 +0100 |
commit | ca6d7bfe617aa49fdd9c996d2680a94e24207b86 (patch) | |
tree | 47fb5ae530075e5e0130984542c58fea13850437 /crates/ra_ide_db | |
parent | 278bf351e3d9bf074b76f89afa04c4727d55fba6 (diff) |
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`.
Diffstat (limited to 'crates/ra_ide_db')
0 files changed, 0 insertions, 0 deletions