去除多余依赖

This commit is contained in:
lubeilin
2023-09-24 13:45:47 +08:00
parent 73a2c31854
commit 1cfb188845
-1
View File
@@ -5,7 +5,6 @@ use bytes::BufMut;
use packet::ethernet;
use parking_lot::Mutex;
use std::net::Ipv4Addr;
use std::os::unix::io::AsRawFd;
#[cfg(any(target_os = "linux"))]
use tun::platform::linux::Device;
#[cfg(any(target_os = "macos"))]