Skip to content

Commit 3675d35

Browse files
gumpteaufavor
authored andcommitted
add edition to .rustfmt.toml
My editor was defaulting to using the 2015 edition of the parser since that's the default for an unset edition in fmt file. This fixes that by specifying that we want to use the same edition for formatting that we do everywhere else.
1 parent a8b6bbe commit 3675d35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bleep

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a92e9ba819522dbe0750e9cd9be49d8b813a4e69
1+
d2b0975beaec744968a4936eb80483fac65f7e35

.rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
edition = "2021"

0 commit comments

Comments
 (0)