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.
This commit is contained in:
Matthew Gumport 2024-04-08 11:53:48 -07:00 committed by Yuchen Wu
parent a8b6bbe9f4
commit 3675d35f1c
2 changed files with 2 additions and 1 deletions

2
.bleep
View file

@ -1 +1 @@
a92e9ba819522dbe0750e9cd9be49d8b813a4e69
d2b0975beaec744968a4936eb80483fac65f7e35

View file

@ -0,0 +1 @@
edition = "2021"