diff --git a/src/stream/once.rs b/src/stream/once.rs index a33bd6ac3..e4ac682cc 100644 --- a/src/stream/once.rs +++ b/src/stream/once.rs @@ -39,7 +39,7 @@ pin_project! { } } -impl Stream for Once { +impl Stream for Once { type Item = T; fn poll_next(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll> {