summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-04-20 20:52:04 -0400
committerGitHub <noreply@github.com>2023-04-20 20:52:04 -0400
commit3a0cf1624748ce55efbfe1757ff63ffc6ec9f24f (patch)
tree4c60878daf0792bc0ccc0ddbf661663cd4e0e489
parent1c95411494130931b937a68fb39e8ebdd81ea8b5 (diff)
other: update deprecated fn_args_layout to fn_params_layout (#1109)
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index e30350f9..798864da 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,7 +1,7 @@
reorder_imports = true
reorder_modules = true
merge_derives = true
-fn_args_layout = "Compressed"
+fn_params_layout = "Compressed"
use_field_init_shorthand = true
tab_spaces = 4
max_width = 100