Correctly pass inlay hints
This commit is contained in:
parent
b5233b3ad5
commit
d506522eef
4 changed files with 22 additions and 37 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue