Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Oct 3, 2023
1 parent 9ba2175 commit ce1f84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/wireguard/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ce1f84d

Please sign in to comment.