From 7200601c832af48bd1257ecb2046ffa52096be32 Mon Sep 17 00:00:00 2001 From: Steven Van Ingelgem Date: Mon, 9 Oct 2023 15:16:30 +0200 Subject: [PATCH] Seems clippy doesn't merge config files with higher-level ones. --- crates/clippy.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/clippy.toml b/crates/clippy.toml index ad9bd114bed6..9b56b812c391 100644 --- a/crates/clippy.toml +++ b/crates/clippy.toml @@ -1 +1,2 @@ disallowed-types = ["std::collections::HashMap", "std::collections::HashSet"] +too-many-arguments-threshold = 99