fix rustc detection
This commit is contained in:
parent
237e14ae7b
commit
feb78e8fa3
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
(featurep! :tools lsp))
|
||||
"This module requires (:tools lsp)")
|
||||
|
||||
(unless (executable-find "rust")
|
||||
(warn! "Couldn't find rust binary"))
|
||||
(unless (executable-find "rustc")
|
||||
(warn! "Couldn't find rustc binary"))
|
||||
|
||||
(unless (executable-find "cargo")
|
||||
(warn! "Couldn't find cargo binary"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue