diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-23 17:56:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-23 17:56:05 +0100 |
commit | 29bc218fba2e52711b038562ff23bbb76a002380 (patch) | |
tree | ab3f82d764b7e46699118ef518771c05aebcc36b /crates/ra_ide/src/completion | |
parent | 9b53e79aeb2bf06a6e55dd2835e80a7e9659adf9 (diff) | |
parent | ca6d7bfe617aa49fdd9c996d2680a94e24207b86 (diff) |
Merge #4102
4102: Cleanup proc_macro config r=matklad a=matklad
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`.
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide/src/completion')
0 files changed, 0 insertions, 0 deletions