Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Julia 2023-04-19 15:57:51 -04:00 committed by Max Brunsfeld
parent 26abc824a9
commit c59204c5e6
2 changed files with 4 additions and 6 deletions

View file

@ -293,8 +293,8 @@ impl LspAdapter for EsLintLspAdapter {
async fn label_for_completion(
&self,
item: &lsp::CompletionItem,
language: &Arc<language::Language>,
_item: &lsp::CompletionItem,
_language: &Arc<language::Language>,
) -> Option<language::CodeLabel> {
None
}