Skip to content

Commit 8c6a233

Browse files
committed
Try dropchk for AsyncProj v2
1 parent 53e4b83 commit 8c6a233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/async.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ pub struct AsyncProj<'a, 'stream, T: 'a> {
482482
}
483483

484484
#[cfg(feature = "host")]
485-
unsafe impl<#[may_dangle] 'a, 'stream, T: 'a> Drop for AsyncProj<'a, 'stream, T> {
485+
unsafe impl<#[may_dangle] 'a, 'stream, #[may_dangle] T: 'a> Drop for AsyncProj<'a, 'stream, T> {
486486
fn drop(&mut self) {
487487
// no-op
488488
}

0 commit comments

Comments
 (0)