lang/rust: fix async docs lookup handler #1155
This commit is contained in:
parent
c13fd6eddc
commit
01a166d5f0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
:after rust-mode
|
||||
:config
|
||||
(add-hook 'rust-mode-hook #'racer-mode)
|
||||
(set-lookup-handlers! 'rust-mode
|
||||
(set-lookup-handlers! 'rust-mode :async t
|
||||
:definition #'racer-find-definition
|
||||
:documentation #'racer-describe))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue