From 05a49ceb60b841ba63d6269450eb8787d1a64343 Mon Sep 17 00:00:00 2001 From: Ginger Date: Wed, 18 Mar 2026 13:59:48 -0400 Subject: [PATCH] chore: Whitelist cognitive_complexity lint --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e078c524..db2aa3f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -969,3 +969,6 @@ needless_raw_string_hashes = "allow" # TODO: Enable this lint & fix all instances collapsible_if = "allow" + +# TODO: break these apart +cognitive_complexity = "allow"