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/control.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/control.rs') diff --git a/tests/control.rs b/tests/control.rs index ab623ce..9392b5e 100644 --- a/tests/control.rs +++ b/tests/control.rs @@ -1,3 +1,5 @@ +#![allow(clippy::cognitive_complexity)] + #[test] fn bel() { let mut parser = vt100::Parser::default(); -- cgit v1.2.3-54-g00ecf