Use proper inlay kinds

This commit is contained in:
Kirill Bulatov 2019-08-05 00:28:36 +03:00
parent 2c02aebeb5
commit 15411d4474
3 changed files with 15 additions and 43 deletions

View file

@ -213,12 +213,7 @@ pub struct InlayHintsParams {
#[derive(Debug, PartialEq, Eq, Deserialize, Serialize)]
pub enum InlayKind {
LetBindingType,
ClosureParameterType,
ForExpressionBindingType,
IfExpressionType,
WhileLetExpressionType,
MatchArmType,
TypeHint,
}
#[derive(Debug, Deserialize, Serialize)]