Skip to content

Commit 8d12cd4

Browse files
committed
Auto merge of #8476 - xFrednet:0000-update-edition-for-rustfmt, r=giraffate
Update edition in rustfmt.toml I noticed that our `rustfmt.toml` still has the edition 2018 listed. This updates the configuration to use 2021. This luckily doesn't introduce any formatting changes 🙃 changelog: none
2 parents d1ca1c1 + acddac4 commit 8d12cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ max_width = 120
22
comment_width = 100
33
match_block_trailing_comma = true
44
wrap_comments = true
5-
edition = "2018"
5+
edition = "2021"
66
error_on_line_overflow = true
77
version = "Two"

0 commit comments

Comments
 (0)