Skip to content

Commit 98a7dad

Browse files
tomakacramertj
authored andcommitted
Fix Unpin not implemented for Pending
1 parent 94dc00b commit 98a7dad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

futures-util/src/future/pending.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ impl<T> Future for Pending<T> {
4646
Poll::Pending
4747
}
4848
}
49+
50+
impl<T> Unpin for Pending<T> {
51+
}

0 commit comments

Comments
 (0)