Use new fn_params_layout option

The `fn_args_layout` rustfmt option was recently changed to
`fn_params_layout`, use the new name.
This commit is contained in:
Tobin C. Harding 2023-02-16 11:06:27 +11:00
parent 10eb0da1ef
commit 21d716b313
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ enum_discrim_align_threshold = 0
match_arm_blocks = false # Default true
match_arm_leading_pipes = "Never"
force_multiline_blocks = false
fn_args_layout = "Tall"
fn_params_layout = "Tall"
brace_style = "SameLineWhere"
control_brace_style = "AlwaysSameLine"
trailing_semicolon = true