summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2025-05-13 05:41:50 +0200
committerSimeon Simeonov2025-05-13 05:41:50 +0200
commit9896704c2751a872410e6789a105ddde9b5891a4 (patch)
treeb13580a3b03485f4985f8fcffbdcbfe24f2bc89b
parente5b13f21317f6209b515caa8b9c9f22a98000333 (diff)
Update rust-rustfmt
-rw-r--r--.emacs.d/lisp/rust-rustfmt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/rust-rustfmt.el b/.emacs.d/lisp/rust-rustfmt.el
index 04dce45..6fb0e87 100644
--- a/.emacs.d/lisp/rust-rustfmt.el
+++ b/.emacs.d/lisp/rust-rustfmt.el
@@ -33,7 +33,7 @@
33 :type 'string 33 :type 'string
34 :group 'rust-mode) 34 :group 'rust-mode)
35 35
36(defcustom rust-rustfmt-switches '("--edition" "2021") 36(defcustom rust-rustfmt-switches '("--edition" "2024")
37 "Arguments to pass when invoking the `rustfmt' executable." 37 "Arguments to pass when invoking the `rustfmt' executable."
38 :type '(repeat string) 38 :type '(repeat string)
39 :group 'rust-mode) 39 :group 'rust-mode)