Skip to content

Commit 5801b9f

Browse files
authored
Merge pull request #283 from ben1009/update_rustfmt
chore: update rustfmt
2 parents 08f2df0 + 3159166 commit 5801b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustfmt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
edition = "2021"
2-
version = "Two"
2+
style_edition = "2024"
33
comment_width = 120
44
format_code_in_doc_comments = true
55
format_macro_bodies = true
@@ -11,4 +11,4 @@ group_imports = "StdExternalCrate"
1111
reorder_impl_items = true
1212
reorder_imports = true
1313
tab_spaces = 4
14-
wrap_comments = true
14+
wrap_comments = true

0 commit comments

Comments
 (0)