We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529a45 commit 94abf62Copy full SHA for 94abf62
rust-rustfmt.el
@@ -30,7 +30,7 @@
30
:type 'string
31
:group 'rust-mode)
32
33
-(defcustom rust-rustfmt-switches '("--edition" "2018")
+(defcustom rust-rustfmt-switches '("--edition" "2021")
34
"Arguments to pass when invoking the `rustfmt' executable."
35
:type '(repeat string)
36
0 commit comments