From f84638fd816d2295c5d9f60c0ac8eb6df50d1aba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 29 Oct 2019 13:42:00 -0400 Subject: start the rewrite --- tests/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/text.rs') diff --git a/tests/text.rs b/tests/text.rs index 13bd96c..140b32f 100644 --- a/tests/text.rs +++ b/tests/text.rs @@ -1,4 +1,4 @@ -extern crate vt100; +#![allow(clippy::cognitive_complexity)] mod support; use support::TestHelpers; -- cgit v1.2.3-54-g00ecf