rust/crates/ra_lsp_server
Aleksey Kladov 24ad1cce2c Avoid premature pessimization
The extra allocation for message should not matter here at all, but
using a static string is just as ergonomic, if not more, and there's
no reason to write deliberately slow code
2020-02-02 18:56:37 +01:00
..
src Avoid premature pessimization 2020-02-02 18:56:37 +01:00
tests/heavy_tests Revert "Revert "Support LSP 3.15"" 2019-12-11 18:34:01 +01:00
build.rs Implement ra_lsp_server --version 2019-12-09 16:11:46 +01:00
Cargo.toml Bump main thread priority on windows 2020-01-26 14:15:57 +01:00