From 6f16e97ce7af1b07fab31bbe31e1602906f03d02 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:32:46 -0400 Subject: [PATCH] `clippy`: bump too-many-arguments-threshold from 10 to 12 --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.toml b/clippy.toml index 15906305c..ddd33ae01 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -too-many-arguments-threshold = 10 +too-many-arguments-threshold = 12