diff options
| author | Simeon Simeonov | 2025-05-13 05:41:50 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2025-05-13 05:41:50 +0200 |
| commit | 9896704c2751a872410e6789a105ddde9b5891a4 (patch) | |
| tree | b13580a3b03485f4985f8fcffbdcbfe24f2bc89b | |
| parent | e5b13f21317f6209b515caa8b9c9f22a98000333 (diff) | |
Update rust-rustfmt
| -rw-r--r-- | .emacs.d/lisp/rust-rustfmt.el | 2 |
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) |
