From e7a9723ae0a3ed0603960c5b88b1b1ffe7ad47c4 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sat, 23 Sep 2023 13:01:18 +0200 Subject: [PATCH] Fix rustfmt. --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 682e364..d86e2ed 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,6 @@ edition = "2018" -fn_args_layout = "Tall" +fn_params_layout = "Tall" force_explicit_abi = true hard_tabs = false max_width = 100