From 242007d9146d793bf64bae69ec91f719bbcad48a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 11 Nov 2019 05:02:15 -0500 Subject: allow cognitive_complexity everywhere --- tests/processing.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/processing.rs') diff --git a/tests/processing.rs b/tests/processing.rs index 5bfb85d..083fa02 100644 --- a/tests/processing.rs +++ b/tests/processing.rs @@ -1,5 +1,3 @@ -#![allow(clippy::cognitive_complexity)] - #[test] fn split_escape_sequences() { let mut parser = vt100::Parser::default(); -- cgit v1.2.3-54-g00ecf