Skip to content

Commit f9f4b78

Browse files
committed
Update rustfmt config to edition 2018
1 parent da18644 commit f9f4b78

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
@@ -43,7 +43,7 @@ trailing_comma = "Vertical"
4343
match_block_trailing_comma = false
4444
blank_lines_upper_bound = 1
4545
blank_lines_lower_bound = 0
46-
edition = "2018" # changed
46+
edition = "2021" # changed
4747
version = "One"
4848
merge_derives = true
4949
use_try_shorthand = true # changed

0 commit comments

Comments
 (0)