Merge pull request #1363 from chrunchyjesus/fix_rust_doctor_el
fix rustc detection
This commit is contained in:
commit
7c72f6f698
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