Skip to content

Commit

Permalink
Fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Nov 28, 2024
1 parent 07d20cd commit 07a91d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion talpid-wireguard/src/wireguard_go/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
use super::config;
use super::{
stats::{Stats, StatsMap},
Config, Error, Tunnel, TunnelError,
Config, Tunnel, TunnelError,
};
#[cfg(target_os = "android")]
use super::Error;
#[cfg(target_os = "linux")]
use crate::config::MULLVAD_INTERFACE_NAME;
#[cfg(target_os = "android")]
Expand Down

0 comments on commit 07a91d4

Please sign in to comment.