Remove flycheck-rust since it is no longer used.

This commit is contained in:
Julian DeMille 2019-07-21 09:16:13 -04:00 committed by GitHub
parent 8b27d19e0b
commit 50dd1e63ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,6 @@
(when EMACS26+
(package! rustic))
(package! rust-mode)
(when (featurep! :tools flycheck)
(package! flycheck-rust))
(unless (featurep! +lsp)
(package! racer))