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/processing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/processing.rs') diff --git a/tests/processing.rs b/tests/processing.rs index 02c2766..3110814 100644 --- a/tests/processing.rs +++ b/tests/processing.rs @@ -1,4 +1,4 @@ -extern crate vt100; +#![allow(clippy::cognitive_complexity)] #[test] fn split_escape_sequences() { -- cgit v1.2.3-54-g00ecf