We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed849d commit a7cd4acCopy full SHA for a7cd4ac
2 files changed
netwatch/src/netmon/bsd.rs
@@ -1,6 +1,6 @@
1
#[cfg(any(target_os = "macos", target_os = "ios"))]
2
use libc::{RTAX_DST, RTAX_IFP};
3
-use n0_error::{e, stack_error};
+use n0_error::stack_error;
4
use tokio::{io::AsyncReadExt, sync::mpsc};
5
use tokio_util::task::AbortOnDropHandle;
6
use tracing::{trace, warn};
netwatch/src/netmon/windows.rs
@@ -1,7 +1,7 @@
use std::{collections::HashMap, sync::Arc};
use libc::c_void;
use tokio::sync::mpsc;
7
use windows::Win32::{
0 commit comments