diff --git a/src/stream/stream.rs b/src/stream/stream.rs index 5982e92..8710cb2 100644 --- a/src/stream/stream.rs +++ b/src/stream/stream.rs @@ -256,7 +256,6 @@ impl Future for AllFuture<'_, S, F, S::Item> where S: futures::Stream + Unpin + Sized, F: FnMut(S::Item) -> bool, - S::Item: std::fmt::Debug, { type Output = bool;