From 243a48c14ed10b3d1ee42b2843abd2ae9677bce9 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Fri, 30 Aug 2019 18:37:58 +0200 Subject: [PATCH] remove debug --- src/stream/stream.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stream/stream.rs b/src/stream/stream.rs index 5982e921..8710cb2f 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;