Use standalone inlay background highlights

This commit is contained in:
Kirill Bulatov 2023-09-14 12:28:42 +03:00
parent 9f5314e938
commit 890a587254
9 changed files with 38 additions and 36 deletions

View file

@ -69,7 +69,6 @@ pub enum GoToDefinitionLink {
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct InlayRange {
pub inlay: InlayId,
// TODO kb look up inlays by id instead?
pub inlay_position: Anchor,
pub highlight_start: usize,
pub highlight_end: usize,