Correctly pass inlay hints

This commit is contained in:
Kirill Bulatov 2023-06-07 23:39:58 +03:00
parent b5233b3ad5
commit d506522eef
4 changed files with 22 additions and 37 deletions

View file

@ -329,7 +329,7 @@ pub struct Location {
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct InlayHint {
pub buffer_id: u64,
pub buffer_id: usize,
pub position: Anchor,
pub label: InlayHintLabel,
pub kind: Option<String>,