Skip to content

Commit a7cd4ac

Browse files
committed
fixup
1 parent 6ed849d commit a7cd4ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

netwatch/src/netmon/bsd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[cfg(any(target_os = "macos", target_os = "ios"))]
22
use libc::{RTAX_DST, RTAX_IFP};
3-
use n0_error::{e, stack_error};
3+
use n0_error::stack_error;
44
use tokio::{io::AsyncReadExt, sync::mpsc};
55
use tokio_util::task::AbortOnDropHandle;
66
use tracing::{trace, warn};

netwatch/src/netmon/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{collections::HashMap, sync::Arc};
22

33
use libc::c_void;
4-
use n0_error::{e, stack_error};
4+
use n0_error::stack_error;
55
use tokio::sync::mpsc;
66
use tracing::{trace, warn};
77
use windows::Win32::{

0 commit comments

Comments
 (0)