aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/to_proto.rs
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-08-28 19:55:24 +0100
committerKirill Bulatov <[email protected]>2020-08-28 19:55:24 +0100
commit3ac9732ca3bb34bfdda723d4eeed3040db7b1542 (patch)
tree9555c8310536e546bfb9e6892572b07138c61255 /crates/rust-analyzer/src/to_proto.rs
parent8146700f82b75cd3cda5191108b4277a9908c744 (diff)
Fix some typos
Diffstat (limited to 'crates/rust-analyzer/src/to_proto.rs')
-rw-r--r--crates/rust-analyzer/src/to_proto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/to_proto.rs b/crates/rust-analyzer/src/to_proto.rs
index a5191c16e..a8173a338 100644
--- a/crates/rust-analyzer/src/to_proto.rs
+++ b/crates/rust-analyzer/src/to_proto.rs
@@ -294,7 +294,7 @@ pub(crate) fn signature_help(
294 } 294 }
295} 295}
296 296
297pub(crate) fn inlay_int(line_index: &LineIndex, inlay_hint: InlayHint) -> lsp_ext::InlayHint { 297pub(crate) fn inlay_hint(line_index: &LineIndex, inlay_hint: InlayHint) -> lsp_ext::InlayHint {
298 lsp_ext::InlayHint { 298 lsp_ext::InlayHint {
299 label: inlay_hint.label.to_string(), 299 label: inlay_hint.label.to_string(),
300 range: range(line_index, inlay_hint.range), 300 range: range(line_index, inlay_hint.range),