summaryrefslogtreecommitdiff
path: root/ext/net/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net/ops.rs')
-rw-r--r--ext/net/ops.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/net/ops.rs b/ext/net/ops.rs
index 87bfc3272..a05c21da8 100644
--- a/ext/net/ops.rs
+++ b/ext/net/ops.rs
@@ -1047,6 +1047,7 @@ mod tests {
check_sockopt(String::from("127.0.0.1:4246"), set_keepalive, test_fn).await;
}
+ #[allow(clippy::type_complexity)]
async fn check_sockopt(
addr: String,
set_sockopt_fn: Box<dyn Fn(&mut OpState, u32)>,