From ede7fdaf5ce7868b42d19d5f5916935a46d13dd6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 11 Nov 2019 11:27:22 -0500 Subject: actually, i do need to disable this in each test --- tests/attr.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/attr.rs') diff --git a/tests/attr.rs b/tests/attr.rs index 614f4a1..bd5aac9 100644 --- a/tests/attr.rs +++ b/tests/attr.rs @@ -1,3 +1,5 @@ +#![allow(clippy::cognitive_complexity)] + #[test] fn colors() { let mut parser = vt100::Parser::default(); -- cgit v1.2.3-54-g00ecf