emacs: Fix (void-variable rust-analyzer--last-runnable)

This commit is contained in:
Florian Diebold 2019-03-02 20:58:06 +01:00
parent affaf7700a
commit d7f113e7a6

View File

@ -138,7 +138,7 @@
(add-hook 'rust-mode-hook 'rust-analyzer--add-er-expansion))
;; runnables
(defvar rust-analyzer--last-runnable)
(defvar rust-analyzer--last-runnable nil)
(defun rust-analyzer--runnables-params ()
(list :textDocument (lsp--text-document-identifier)