From e35d477a8cf28a9cabed9496400fab49247dd3a3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 6 May 2023 14:50:40 +0200 Subject: [PATCH] change the cognitive_complexity to a lower value --- .clippy.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.clippy.toml b/.clippy.toml index 22fd4be73..bee70857b 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1,2 @@ msrv = "1.64.0" +cognitive-complexity-threshold = 10