From a4eea030b1eff84cd4176e4f773b9e0f5a33d038 Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Thu, 29 Dec 2016 11:57:06 -0800 Subject: "Fix" clippy lints --- src/client/gateway/shard.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/gateway/shard.rs b/src/client/gateway/shard.rs index 2c2361d..8a6222a 100644 --- a/src/client/gateway/shard.rs +++ b/src/client/gateway/shard.rs @@ -261,6 +261,7 @@ impl Shard { /// - `Ok(Some((event, None)))`: an op0 dispatch was received, and the /// shard's voice state will be updated, _if_ the `voice` feature is /// enabled. + #[allow(cyclomatic_complexity)] #[doc(hidden)] pub fn handle_event(&mut self, event: Result, -- cgit v1.2.3