2
0
Fork 1
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:
Tyler Neely 2019-08-16 16:06:00 +02:00 committed by Yoshua Wuyts
parent 78c49f92b6
commit 44b3d3dadd
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

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