]> git.lizzy.rs Git - rust.git/commit
Merge #5910 #5912
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 29 Aug 2020 14:52:42 +0000 (14:52 +0000)
committerGitHub <noreply@github.com>
Sat, 29 Aug 2020 14:52:42 +0000 (14:52 +0000)
commitdd685d0d51a8204ae384a422151b3154a38d6f13
treea7cb507f1e06fdb0b09dd72c9d1430e4a397df3b
parent7879fc37fc90dcb5ad8e9bddb1ab60551f53dda2
parent3ac9732ca3bb34bfdda723d4eeed3040db7b1542
parentde2324d9e6aa378d28799aaaa3336e6efb7a06b7
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 <mail4score@gmail.com>
Co-authored-by: Veetaha <veetaha2@gmail.com>