Skip to content

Commit

Permalink
chore: rename fn_args_layout to fn_params_layout in rustfmt.toml (
Browse files Browse the repository at this point in the history
#994)

Since rust-lang/rustfmt#4149 is released with
latest rust toolchain 1.69, we are seeing some warnings from rustfmt.
This PR addresses the depreciation note coming from rustfmt.toml.
  • Loading branch information
kayagokalp committed Jun 16, 2023
1 parent 21be7a0 commit c00c0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn_args_layout = "Tall"
fn_params_layout = "Tall"
hard_tabs = false
match_arm_leading_pipes = "Never"
max_width = 100
Expand Down

0 comments on commit c00c0f1

Please sign in to comment.