chore: rename fn_args_layout to fn_params_layout in rustfmt.toml (#4530)

## Description
Since https://github.com/rust-lang/rustfmt/issues/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`.
This commit is contained in:
Kaya Gökalp 2023-05-04 01:23:35 -07:00 committed by GitHub
parent befca87ee2
commit 1a881eeb91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
fn_args_layout = "Tall"
fn_params_layout = "Tall"
hard_tabs = false
match_arm_leading_pipes = "Never"
max_width = 100