diff options
Diffstat (limited to 'ext/net')
-rw-r--r-- | ext/net/ops_tls.rs | 2 |
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 ()) { |