emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 212bb63123 1/3: Upgrade rustfmt edition to 2024


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 212bb63123 1/3: Upgrade rustfmt edition to 2024
Date: Tue, 22 Apr 2025 22:06:07 -0400 (EDT)

branch: elpa/rust-mode
commit 212bb631237303e5be199136ee523b6e3046367c
Author: Eval EXEC <execvy@gmail.com>
Commit: Eval EXEC <execvy@gmail.com>

    Upgrade rustfmt edition to 2024
---
 Changelog.md    | 1 +
 rust-rustfmt.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index cadbbf5b0e..bea46dbd30 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,6 @@
 # Unreleased
 
+- Update rustfmt's defaults to use 2024 edition 
([#566](https://github.com/rust-lang/rust-mode/issues/509)).
 - Update rustfmt's defaults to use 2021 edition 
([#554](https://github.com/rust-lang/rust-mode/issues/509)).
 - Introduce `rust-format-mode` for `rust-format-buffer` 
([#556](https://github.com/rust-lang/rust-mode/pull/556)).
 
diff --git a/rust-rustfmt.el b/rust-rustfmt.el
index 04dce459cd..6fb0e8796a 100644
--- a/rust-rustfmt.el
+++ b/rust-rustfmt.el
@@ -33,7 +33,7 @@
   :type 'string
   :group 'rust-mode)
 
-(defcustom rust-rustfmt-switches '("--edition" "2021")
+(defcustom rust-rustfmt-switches '("--edition" "2024")
   "Arguments to pass when invoking the `rustfmt' executable."
   :type '(repeat string)
   :group 'rust-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]