diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-29 15:52:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-29 15:52:42 +0100 |
commit | dd685d0d51a8204ae384a422151b3154a38d6f13 (patch) | |
tree | a7cb507f1e06fdb0b09dd72c9d1430e4a397df3b /crates/hir_ty/src/traits.rs | |
parent | 7879fc37fc90dcb5ad8e9bddb1ab60551f53dda2 (diff) | |
parent | 3ac9732ca3bb34bfdda723d4eeed3040db7b1542 (diff) | |
parent | de2324d9e6aa378d28799aaaa3336e6efb7a06b7 (diff) |
Merge #5910 #5912
5910: Fix some typos r=matklad a=SomeoneToIgnore
5912: Remove fixme from inlay_hints.ts r=matklad a=Veetaha
I have reevaluated the fixme and it doesn't seem necessary to pass an array of files
to the inlay hints request.
This will (a) make the request more compilcated (b), make us wait for
inlay hints for `all` active editors resolve at once before rendering and (c)
doesn't seem required because 99% of the time there is a single active editor
in the IDE
Co-authored-by: Kirill Bulatov <[email protected]>
Co-authored-by: Veetaha <[email protected]>