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
#4530)

## Description
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 in our `rustfmt.toml`.
  • Loading branch information
kayagokalp authored May 4, 2023
1 parent befca87 commit 1a881ee
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 1a881ee

Please sign in to comment.