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