mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
emacs: Fix (void-variable rust-analyzer--last-runnable)
This commit is contained in:
parent
affaf7700a
commit
d7f113e7a6
@ -138,7 +138,7 @@
|
|||||||
(add-hook 'rust-mode-hook 'rust-analyzer--add-er-expansion))
|
(add-hook 'rust-mode-hook 'rust-analyzer--add-er-expansion))
|
||||||
|
|
||||||
;; runnables
|
;; runnables
|
||||||
(defvar rust-analyzer--last-runnable)
|
(defvar rust-analyzer--last-runnable nil)
|
||||||
|
|
||||||
(defun rust-analyzer--runnables-params ()
|
(defun rust-analyzer--runnables-params ()
|
||||||
(list :textDocument (lsp--text-document-identifier)
|
(list :textDocument (lsp--text-document-identifier)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user