Skip to content

Commit

Permalink
add edition to .rustfmt.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gumpt authored and eaufavor committed Apr 22, 2024
1 parent a8b6bbe commit 3675d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bleep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a92e9ba819522dbe0750e9cd9be49d8b813a4e69
d2b0975beaec744968a4936eb80483fac65f7e35
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
edition = "2021"

0 comments on commit 3675d35

Please sign in to comment.