From ede7fdaf5ce7868b42d19d5f5916935a46d13dd6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 11 Nov 2019 11:27:22 -0500 Subject: actually, i do need to disable this in each test --- tests/window_contents.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/window_contents.rs') diff --git a/tests/window_contents.rs b/tests/window_contents.rs index 644cc39..161402e 100644 --- a/tests/window_contents.rs +++ b/tests/window_contents.rs @@ -1,3 +1,5 @@ +#![allow(clippy::cognitive_complexity)] + use std::io::Read as _; #[test] -- cgit v1.2.3-54-g00ecf