rust/crates/ra_lsp_server
bors[bot] 7e12422fa2 Merge #1652
1652: Improve type hints behavior r=matklad a=SomeoneToIgnore

This PR fixed the following type hints issues:

* Restructures the `InlayKind` enum contents based on the discussion here: https://github.com/rust-analyzer/rust-analyzer/pull/1606#issuecomment-515968055
* Races described in #1639 
* Caches the latest decorations received for each file to show them the next time the file is opened (instead of a new server request)

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2019-08-06 16:50:49 +00:00
..
src Merge #1652 2019-08-06 16:50:49 +00:00
tests/heavy_tests fix tests 2019-08-06 14:41:22 +02:00
Cargo.toml introduce ra_vfs_glob crate 2019-08-06 14:28:31 +02:00