diff --git a/crates/ra_lsp_server/src/conv.rs b/crates/ra_lsp_server/src/conv.rs index 0d6e6272732..618486250d4 100644 --- a/crates/ra_lsp_server/src/conv.rs +++ b/crates/ra_lsp_server/src/conv.rs @@ -82,7 +82,6 @@ impl Conv for CompletionItem { InsertText::Snippet { text } => { res.insert_text = Some(text); res.insert_text_format = Some(InsertTextFormat::Snippet); - res.kind = Some(languageserver_types::CompletionItemKind::Keyword); } } res