From 7d84ef9064559a29b23ab86036f7ef62b450f90c Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Wed, 13 Jan 2021 18:10:04 +0100 Subject: Allows for erroneous Clippy lints Signed-off-by: Mathias Hall-Andersen --- src/wireguard/router/device.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wireguard/router/device.rs') diff --git a/src/wireguard/router/device.rs b/src/wireguard/router/device.rs index 54e5149..eeae621 100644 --- a/src/wireguard/router/device.rs +++ b/src/wireguard/router/device.rs @@ -30,6 +30,7 @@ pub struct DeviceInner)>, // routing + #[allow(clippy::type_complexity)] pub(super) recv: RwLock>>>, /* receiver id -> decryption state */ pub(super) table: RoutingTable>, -- cgit v1.2.3-59-g8ed1b