From ce1f84d47a70acd1df9e8e93da1ef5da6c009075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 3 Oct 2023 17:40:13 +0200 Subject: [PATCH] clippy --- common/wireguard/src/event.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/wireguard/src/event.rs b/common/wireguard/src/event.rs index ba1f196d77..7d425cd5d6 100644 --- a/common/wireguard/src/event.rs +++ b/common/wireguard/src/event.rs @@ -2,6 +2,7 @@ use std::fmt::{Display, Formatter}; use bytes::Bytes; +#[allow(unused)] #[derive(Debug, Clone)] pub enum Event { /// IP packet received from the WireGuard tunnel that should be passed through to the corresponding virtual device/internet.