Skip to content

Commit ecdec75

Browse files
committed
Merge #612: rustfmt: Use now config option fn_params_layout
7467b23 rustfmt: Use now config option fn_params_layout (Tobin C. Harding) Pull request description: `rustfmt` warns: Warning: the `fn_args_layout` option is deprecated. Use `fn_params_layout`. instead As suggested, use now config option `fn_params_layout`. ACKs for top commit: apoelstra: ACK 7467b23 Tree-SHA512: c786607200f550839300234d72e387e76e648b51ccebb96d8fc7a3b607b1702e8410dca486930cf71321f7e0a0546ad55f589da58395c8b3e86d783b40f776a7
2 parents be7f939 + 7467b23 commit ecdec75

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
@@ -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)