We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dc00b commit 98a7dadCopy full SHA for 98a7dad
futures-util/src/future/pending.rs
@@ -46,3 +46,6 @@ impl<T> Future for Pending<T> {
46
Poll::Pending
47
}
48
49
+
50
+impl<T> Unpin for Pending<T> {
51
+}
0 commit comments