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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/ops.rs b/ext/net/ops.rs
index 921b9ea5b..a43e5e999 100644
--- a/ext/net/ops.rs
+++ b/ext/net/ops.rs
@@ -1047,7 +1047,7 @@ mod tests {
};
let mut connect_fut =
- op_net_connect_tcp::call::<TestPermission>(conn_state, ip_addr)
+ op_net_connect_tcp::<TestPermission>::call(conn_state, ip_addr)
.boxed_local();
let mut rid = None;