From c00c0f1ac6e89985ccf900c2031f14c542899fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaya=20G=C3=B6kalp?= Date: Fri, 16 Jun 2023 01:56:30 -0700 Subject: [PATCH] chore: rename `fn_args_layout` to `fn_params_layout` in `rustfmt.toml` (#994) 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 coming from rustfmt.toml. --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 30df2c828..6f4b36043 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -fn_args_layout = "Tall" +fn_params_layout = "Tall" hard_tabs = false match_arm_leading_pipes = "Never" max_width = 100