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