Fix some typos

This commit is contained in:
Kirill Bulatov
2020-08-28 21:55:24 +03:00
parent 8146700f82
commit 3ac9732ca3
3 changed files with 3 additions and 3 deletions

View File

@@ -1075,7 +1075,7 @@ pub(crate) fn handle_inlay_hints(
.analysis
.inlay_hints(file_id, &snap.config.inlay_hints)?
.into_iter()
.map(|it| to_proto::inlay_int(&line_index, it))
.map(|it| to_proto::inlay_hint(&line_index, it))
.collect())
}