From 62c560ecaa2239279dea93489d1c3596e3aff7f8 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 8 Mar 2023 09:27:13 +0100 Subject: [PATCH] Fix apheleia rustfmt --- modules/emacs/default.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/emacs/default.el b/modules/emacs/default.el index ccfc721..b9d58f8 100644 --- a/modules/emacs/default.el +++ b/modules/emacs/default.el @@ -604,7 +604,7 @@ ;(latexindent . ("latexindent" "--logfile=/dev/null")) (mix-format . ("mix" "format" "-")) (nixfmt . ("nixfmt")) - (rustfmt . ("rustfmt" "--quiet" "--emit" "stdout" --version 2021)) + (rustfmt . ("rustfmt" "--quiet" "--emit" "stdout")) (terraform . ("terraform" "fmt" "-")))) :preface (diminish 'apheleia-mode)