From b44d056dacd82cf28fdc70bdcfc6bae213ca48f2 Mon Sep 17 00:00:00 2001 From: Nikita Bloshchanevich Date: Wed, 11 Nov 2020 18:20:33 +0100 Subject: [PATCH] Fix byte-compile warning `lsp--ivy-format-symbol-match' destructured :deprecated?, an unused local. Remove it, fixing the warning. --- lsp-ivy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-ivy.el b/lsp-ivy.el index 093e668..6fa6ac7 100644 --- a/lsp-ivy.el +++ b/lsp-ivy.el @@ -128,7 +128,7 @@ (forward-char character)) (lsp-defun lsp-ivy--format-symbol-match - ((&SymbolInformation :name :kind :container-name? :deprecated? :location (&Location :uri)) + ((&SymbolInformation :name :kind :container-name? :location (&Location :uri)) project-root) "Convert the match returned by `lsp-mode` into a candidate string." (let* ((sanitized-kind (if (< kind (length lsp-ivy-symbol-kind-to-face)) kind 0))