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,