rust/crates/ra_lsp_server
Aleksey Kladov d32e15cae6 Temp fix for slow onEnter issue
The issue was windows specific -- cancellation caused collection of
bracktraces at some point, and that was slow on windows.

The proper fix here is to make sure that we don't collect bracktraces
unnecessary (which we currently do due to failure), but, as a
temporary fix, let's just not force their collection in the first
place!
2019-06-13 21:29:44 +03:00
..
src Temp fix for slow onEnter issue 2019-06-13 21:29:44 +03:00
tests/heavy_tests Fix clippy::unused_mut 2019-06-04 18:05:07 -04:00
Cargo.toml