Skip to content

Commit 243a48c

Browse files
author
Shady Khalifa
committed
remove debug
1 parent fe45ba5 commit 243a48c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stream/stream.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ impl<S, F> Future for AllFuture<'_, S, F, S::Item>
256256
where
257257
S: futures::Stream + Unpin + Sized,
258258
F: FnMut(S::Item) -> bool,
259-
S::Item: std::fmt::Debug,
260259
{
261260
type Output = bool;
262261

0 commit comments

Comments
 (0)