Merge pull request #1363 from chrunchyjesus/fix_rust_doctor_el

fix rustc detection
This commit is contained in:
Henrik Lissner 2019-04-25 13:06:13 -04:00 committed by GitHub
commit 7c72f6f698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))