summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-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)