diff --git a/modules/lang/rust/config.el b/modules/lang/rust/config.el index 60e34f15e..960cb7289 100644 --- a/modules/lang/rust/config.el +++ b/modules/lang/rust/config.el @@ -23,12 +23,6 @@ :documentation #'racer-describe)) -(def-package! company-racer - :when (featurep! :completion company) - :after racer - :config (set-company-backend! 'rust-mode '(company-racer))) - - (def-package! flycheck-rust :when (featurep! :feature syntax-checker) :after rust-mode diff --git a/modules/lang/rust/packages.el b/modules/lang/rust/packages.el index cf4244060..12fd7c646 100644 --- a/modules/lang/rust/packages.el +++ b/modules/lang/rust/packages.el @@ -8,6 +8,3 @@ (when (featurep! :feature syntax-checker) (package! flycheck-rust)) - -(when (featurep! :completion company) - (package! company-racer))