rust/crates/rust-analyzer/tests/heavy_tests
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
..
main.rs Cleanup proc_macro config 2020-04-23 18:55:26 +02:00
support.rs Centralize client capabilities 2020-04-01 18:46:26 +02:00