Remove stale cancelled inlay hints workaround
This commit is contained in:
parent
96a34ad0ee
commit
316e19ce94
2 changed files with 5 additions and 21 deletions
|
@ -523,7 +523,7 @@ fn hints_fetch_task(
|
|||
return Ok(None);
|
||||
};
|
||||
Ok(match task {
|
||||
Some(task) => task.await.context("inlays for buffer task")?,
|
||||
Some(task) => Some(task.await.context("inlays for buffer task")?),
|
||||
None => Some(Vec::new()),
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue