Skip to content

Commit 2248539

Browse files
author
pseusys
committed
better gating
1 parent dc3096a commit 2248539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typhoon/src/capture.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ where
125125
);
126126
}
127127

128-
#[cfg(not(feature = "capture"))]
128+
#[cfg(all(not(feature = "capture"), feature = "server"))]
129129
#[inline(always)]
130130
pub(crate) fn record_server_send<F>(_: SocketAddr, _: F)
131131
where

0 commit comments

Comments
 (0)