forked from mirror/async-std
Remove irrelevant example
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
78c49f92b6
commit
44b3d3dadd
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ impl<S: futures::Stream> Fuse<S> {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
impl<S: futures::Stream> futures::Stream for Fuse<S> {
|
||||
type Item = S::Item;
|
||||
|
||||
|
|
Loading…
Reference in a new issue