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 17851c1 commit e4aa659Copy full SHA for e4aa659
futures-util/src/future/future/shared.rs
@@ -37,10 +37,6 @@ impl<Fut: Future> Clone for WeakShared<Fut> {
37
}
38
39
40
-// The future itself is polled behind the `Arc`, so it won't be moved
41
-// when `Shared` is moved.
42
-impl<Fut: Future> Unpin for Shared<Fut> {}
43
-
44
impl<Fut: Future> fmt::Debug for Shared<Fut> {
45
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
46
f.debug_struct("Shared")
0 commit comments