rust/crates/rust-analyzer
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
..
src Cleanup proc_macro config 2020-04-23 18:55:26 +02:00
tests/heavy_tests Cleanup proc_macro config 2020-04-23 18:55:26 +02:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Add proc-macro cli command for rust-analyzer 2020-04-16 21:13:57 +08:00