Skip to content

Commit

Permalink
Update rustfmt's default edition: 2018 -> 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
PuercoPop committed Aug 31, 2024
1 parent a529a45 commit 94abf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-rustfmt.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:type 'string
:group 'rust-mode)

(defcustom rust-rustfmt-switches '("--edition" "2018")
(defcustom rust-rustfmt-switches '("--edition" "2021")
"Arguments to pass when invoking the `rustfmt' executable."
:type '(repeat string)
:group 'rust-mode)
Expand Down

0 comments on commit 94abf62

Please sign in to comment.