Skip to content

Commit

Permalink
Try dropchk for AsyncProj v2
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Jan 13, 2024
1 parent 53e4b83 commit 8c6a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ pub struct AsyncProj<'a, 'stream, T: 'a> {
}

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

0 comments on commit 8c6a233

Please sign in to comment.