From d593c5b051f07bde5117122216a356632986b6dd Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Sat, 14 Dec 2019 09:01:47 +0300 Subject: chore: remove benches and fix/work around clippy lints (#1952) --- tokio/tests/sync_watch.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tokio/tests/sync_watch.rs') diff --git a/tokio/tests/sync_watch.rs b/tokio/tests/sync_watch.rs index f13b145d..409615d4 100644 --- a/tokio/tests/sync_watch.rs +++ b/tokio/tests/sync_watch.rs @@ -1,3 +1,4 @@ +#![allow(clippy::cognitive_complexity)] #![warn(rust_2018_idioms)] #![cfg(feature = "full")] -- cgit v1.2.3