Cleanup
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
parent
26abc824a9
commit
c59204c5e6
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue