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