;; -*- no-byte-compile: t; -*- ;;; lang/rust/packages.el (package! rust-mode) (when (featurep! :tools flycheck) (package! flycheck-rust)) (unless (featurep! +lsp) (package! racer))