lang/rust: fix wrong-number-of-args: delete error
Reported in hlissner/doom-emacs@9775939
This commit is contained in:
parent
235d31e82e
commit
e28b4215ec
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
;; `auto-mode-alist'. We make extra sure that doesn't stick, especially when a
|
||||
;; buffer is reverted, as it is after rustfmt is done wiht it.
|
||||
(after! rust-mode
|
||||
(setq auto-mode-alist (delete '("\\.rs\\'" . rust-mode)) auto-mode-alist))
|
||||
(setq auto-mode-alist (delete '("\\.rs\\'" . rust-mode) auto-mode-alist)))
|
||||
:config
|
||||
(set-lookup-handlers! 'rustic-mode
|
||||
:definition '(racer-find-definition :async t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue