Skip to content

Commit 7467b23

Browse files
committed
rustfmt: Use now config option fn_params_layout
`rustfmt` warns: Warning: the `fn_args_layout` option is deprecated. Use `fn_params_layout`. instead As suggested, use now config option `fn_params_layout`.
1 parent be2999a commit 7467b23

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
@@ -53,7 +53,7 @@ enum_discrim_align_threshold = 0
5353
match_arm_blocks = false # Default true
5454
match_arm_leading_pipes = "Never"
5555
force_multiline_blocks = false
56-
fn_args_layout = "Tall"
56+
fn_params_layout = "Tall"
5757
brace_style = "SameLineWhere"
5858
control_brace_style = "AlwaysSameLine"
5959
trailing_semicolon = true

0 commit comments

Comments
 (0)