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 11# Unreleased
22
3+ - Update rustfmt's defaults to use 2024 edition ([ #566 ] ( https://github.com/rust-lang/rust-mode/issues/509 ) ).
34- Update rustfmt's defaults to use 2021 edition ([ #554 ] ( https://github.com/rust-lang/rust-mode/issues/509 ) ).
45- Introduce ` rust-format-mode ` for ` rust-format-buffer ` ([ #556 ] ( https://github.com/rust-lang/rust-mode/pull/556 ) ).
56
Original file line number Diff line number Diff line change 3333 :type 'string
3434 :group 'rust-mode )
3535
36- (defcustom rust-rustfmt-switches '(" --edition" " 2021 " )
36+ (defcustom rust-rustfmt-switches '(" --edition" " 2024 " )
3737 " Arguments to pass when invoking the `rustfmt' executable."
3838 :type '(repeat string)
3939 :group 'rust-mode )
You can’t perform that action at this time.
0 commit comments