diff --git a/tokio/src/stream/iter.rs b/tokio/src/stream/iter.rs
index 5909b4cf4..36eeb5612 100644
--- a/tokio/src/stream/iter.rs
+++ b/tokio/src/stream/iter.rs
@@ -44,7 +44,8 @@ where
{
type Item = I::Item;
- fn poll_next(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll