Skip to content

Commit 4922750

Browse files
committed
rustfmt: Use fn_params_layout
The option `fn_args_layout` has been deprecated in favour of `fn_params_layout`.
1 parent 1faa8f0 commit 4922750

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
@@ -50,7 +50,7 @@ enum_discrim_align_threshold = 0
5050
match_arm_blocks = false # Default true
5151
match_arm_leading_pipes = "Never"
5252
force_multiline_blocks = false
53-
fn_args_layout = "Tall"
53+
fn_params_layout = "Tall"
5454
brace_style = "SameLineWhere"
5555
control_brace_style = "AlwaysSameLine"
5656
trailing_semicolon = true

0 commit comments

Comments
 (0)