diff options
author | Aleksey Kladov <[email protected]> | 2018-12-21 23:24:59 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-12-21 23:24:59 +0000 |
commit | 498e3a6846602b9f2cd40c093007071b4df35817 (patch) | |
tree | 1189e57a453155f25fbd5bf71bd814120f044130 /crates/ra_lsp_server | |
parent | 8e056ef0428190a1abf363a2409e40751a02ee5b (diff) |
binding icon
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/src/conv.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/src/conv.rs b/crates/ra_lsp_server/src/conv.rs index 9320f147a..051f1f995 100644 --- a/crates/ra_lsp_server/src/conv.rs +++ b/crates/ra_lsp_server/src/conv.rs | |||
@@ -55,6 +55,7 @@ impl Conv for CompletionItemKind { | |||
55 | CompletionItemKind::Snippet => Snippet, | 55 | CompletionItemKind::Snippet => Snippet, |
56 | CompletionItemKind::Module => Module, | 56 | CompletionItemKind::Module => Module, |
57 | CompletionItemKind::Function => Function, | 57 | CompletionItemKind::Function => Function, |
58 | CompletionItemKind::Binding => Variable, | ||
58 | } | 59 | } |
59 | } | 60 | } |
60 | } | 61 | } |