remove debug

pull/132/head
Shady Khalifa 5 years ago
parent fe45ba5628
commit 243a48c14e

@ -256,7 +256,6 @@ impl<S, F> 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;

Loading…
Cancel
Save