2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

remove debug

This commit is contained in:
Shady Khalifa 2019-08-30 18:37:58 +02:00
parent fe45ba5628
commit 243a48c14e

View file

@ -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;