We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9041d43 + 212bb63 commit 25d91cfCopy full SHA for 25d91cf
Changelog.md
@@ -1,5 +1,6 @@
1
# Unreleased
2
3
+- Update rustfmt's defaults to use 2024 edition ([#566](https://github.com/rust-lang/rust-mode/issues/509)).
4
- Update rustfmt's defaults to use 2021 edition ([#554](https://github.com/rust-lang/rust-mode/issues/509)).
5
- Introduce `rust-format-mode` for `rust-format-buffer` ([#556](https://github.com/rust-lang/rust-mode/pull/556)).
6
rust-rustfmt.el
@@ -33,7 +33,7 @@
33
:type 'string
34
:group 'rust-mode)
35
36
-(defcustom rust-rustfmt-switches '("--edition" "2021")
+(defcustom rust-rustfmt-switches '("--edition" "2024")
37
"Arguments to pass when invoking the `rustfmt' executable."
38
:type '(repeat string)
39
0 commit comments