aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.rs')
-rw-r--r--tests/init.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/init.rs b/tests/init.rs
index 0a2c7e9..ccb1c70 100644
--- a/tests/init.rs
+++ b/tests/init.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::cognitive_complexity)]
+
#[test]
fn init() {
let mut parser = vt100::Parser::default();