File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ - Update rustfmt's defaults to use 2024 edition ([ #566 ] ( https://github.com/rust-lang/rust-mode/issues/509 ) ).
3
4
- Update rustfmt's defaults to use 2021 edition ([ #554 ] ( https://github.com/rust-lang/rust-mode/issues/509 ) ).
4
5
- Introduce ` rust-format-mode ` for ` rust-format-buffer ` ([ #556 ] ( https://github.com/rust-lang/rust-mode/pull/556 ) ).
5
6
Original file line number Diff line number Diff line change 33
33
:type 'string
34
34
:group 'rust-mode )
35
35
36
- (defcustom rust-rustfmt-switches '(" --edition" " 2021 " )
36
+ (defcustom rust-rustfmt-switches '(" --edition" " 2024 " )
37
37
" Arguments to pass when invoking the `rustfmt' executable."
38
38
:type '(repeat string)
39
39
:group 'rust-mode )
You can’t perform that action at this time.
0 commit comments