Remove the flycheck-rust package

It’s not maintained since 2019 and it throws a lot of errors.
This commit is contained in:
Gergely Polonkai 2023-10-27 06:12:40 +02:00
parent 828448680a
commit b1f2df7e75
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 8 deletions

View File

@ -3053,14 +3053,6 @@ Because thats still my favourite language.
:mode "Cargo\\.toml\\'")
#+end_src
*** ~flycheck-rust~
#+begin_src emacs-lisp
(use-package flycheck-rust
:hook
(flycheck-mode . #'flycheck-rust-setup))
#+end_src
** ~arduino-mode~
#+begin_src emacs-lisp