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.