Skip to content

Commit 1b6c4f2

Browse files
committed
Update rustfmt to use style editions
1 parent 06f8c55 commit 1b6c4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use_try_shorthand = true
44

55
# Unstable features below
66
unstable_features = true
7-
version = "Two"
7+
style_edition = "2021"
88
comment_width = 100
99
error_on_line_overflow = true
1010
format_code_in_doc_comments = true

0 commit comments

Comments
 (0)