mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Use lsp-seq-first in ra-emacs-lsp since that's more likely to exist
This commit is contained in:
parent
2e09a96f82
commit
c0b5d59bd6
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…
Reference in a new issue