This commit is contained in:
Laurențiu Nicola
2022-02-10 12:16:02 +02:00
parent 5a49dbd2e0
commit 0b69717ab6
3 changed files with 5 additions and 5 deletions

View File

@@ -247,7 +247,6 @@ pub struct InlayHintsParams {
pub struct InlayHintKind(u8);
impl InlayHintKind {
pub const OTHER: InlayHintKind = InlayHintKind(0);
pub const TYPE: InlayHintKind = InlayHintKind(1);
pub const PARAMETER: InlayHintKind = InlayHintKind(2);
}