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"