Use lsp-seq-first in ra-emacs-lsp since that's more likely to exist
This commit is contained in:
parent
2e09a96f82
commit
c0b5d59bd6
@ -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…
x
Reference in New Issue
Block a user