mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-21 04:53:50 +00:00
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> {
|
impl<S: futures::Stream> futures::Stream for Fuse<S> {
|
||||||
type Item = S::Item;
|
type Item = S::Item;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue