summaryrefslogtreecommitdiff
path: root/ext/net/ops_tls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net/ops_tls.rs')
-rw-r--r--ext/net/ops_tls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/ops_tls.rs b/ext/net/ops_tls.rs
index 67e6dfc16..3de5d8476 100644
--- a/ext/net/ops_tls.rs
+++ b/ext/net/ops_tls.rs
@@ -665,7 +665,7 @@ impl Shared {
self_arc.rd_waker.wake();
self_arc.wr_waker.wake();
}
- self_weak.into_raw();
+ let _ = self_weak.into_raw();
}
fn drop_shared_waker(self_ptr: *const ()) {