From 6dc935a76a8e2edc8eec4cb40f211f28c090b497 Mon Sep 17 00:00:00 2001 From: Robert Vojta Date: Wed, 30 Oct 2019 20:36:37 +0100 Subject: [PATCH] Add #[allow(clippy::cognitive_complexity)] Signed-off-by: Robert Vojta --- interactive-test/src/test/color.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/interactive-test/src/test/color.rs b/interactive-test/src/test/color.rs index ff52677..3082611 100644 --- a/interactive-test/src/test/color.rs +++ b/interactive-test/src/test/color.rs @@ -176,6 +176,7 @@ where }) } +#[allow(clippy::cognitive_complexity)] pub fn run(w: &mut W) -> Result<()> where W: Write,