diff options
author | Aleksey Kladov <[email protected]> | 2019-06-13 19:17:46 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-06-13 19:29:44 +0100 |
commit | d32e15cae628423f8b5ebda67daf6bef9efddd31 (patch) | |
tree | f0e826f03f96683c2612fe2d45c37985913d5bcd /crates/ra_parser/src | |
parent | a3a03b65dca9dc174bd58cd3d877ede18fc58637 (diff) |
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!
Diffstat (limited to 'crates/ra_parser/src')
0 files changed, 0 insertions, 0 deletions