Calculate anchors for new hints

This commit is contained in:
Kirill Bulatov 2023-06-09 09:53:10 +03:00
parent 5fadbf77d4
commit daa2ebb57f
4 changed files with 25 additions and 29 deletions

View file

@ -2825,7 +2825,6 @@ impl Project {
language_server
.on_request::<lsp::request::InlayHintRefreshRequest, _, _>({
let this = this.downgrade();
move |(), mut cx| async move {
let this = this
.upgrade(&cx)