diff options
Diffstat (limited to 'rust-rustfmt.el')
| -rw-r--r-- | rust-rustfmt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-rustfmt.el b/rust-rustfmt.el index 04dce45..6fb0e87 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) |
