Skip to content

Commit c9fcfc0

Browse files
committed
Align rustfmt edition settings
1 parent c7a8f12 commit c9fcfc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rustfmt.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ short_array_element_width_threshold = 10
1717
match_arm_leading_pipes = "Never"
1818
fn_params_layout = "Tall"
1919
match_block_trailing_comma = false
20-
edition = "2015"
20+
edition = "2021"
21+
style_edition = "2021"
2122
merge_derives = true
2223
use_try_shorthand = false
2324
use_field_init_shorthand = false

0 commit comments

Comments
 (0)