aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text.rs')
-rw-r--r--tests/text.rs2
1 files changed, 1 insertions, 1 deletions
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;