lang/rust: remove company-racer

Racer provides completion-at-point integration, which makes
company-racer redundant (and it conflicts with company-capf).
This commit is contained in:
Henrik Lissner 2018-10-18 13:11:28 -04:00
parent 936f13744b
commit e8b6887259
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 9 deletions

View file

@ -8,6 +8,3 @@
(when (featurep! :feature syntax-checker)
(package! flycheck-rust))
(when (featurep! :completion company)
(package! company-racer))