Merge #2804
2804: Use lsp-seq-first in ra-emacs-lsp since that's more likely to exist r=flodiebold a=flodiebold Co-authored-by: Florian Diebold <flodiebold@gmail.com>
This commit is contained in:
commit
e90aa86fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
(rust-analyzer--goto-lsp-loc position))))
|
||||
|
||||
(defun rust-analyzer--apply-source-change-command (p)
|
||||
(let ((data (-> p (ht-get "arguments") (seq-first))))
|
||||
(let ((data (-> p (ht-get "arguments") (lsp-seq-first))))
|
||||
(rust-analyzer--apply-source-change data)))
|
||||
|
||||
(lsp-register-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue