forked from mirror/async-std
remove debug
This commit is contained in:
parent
fe45ba5628
commit
243a48c14e
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ impl<S, F> Future for AllFuture<'_, S, F, S::Item>
|
||||||
where
|
where
|
||||||
S: futures::Stream + Unpin + Sized,
|
S: futures::Stream + Unpin + Sized,
|
||||||
F: FnMut(S::Item) -> bool,
|
F: FnMut(S::Item) -> bool,
|
||||||
S::Item: std::fmt::Debug,
|
|
||||||
{
|
{
|
||||||
type Output = bool;
|
type Output = bool;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue