Remove irrelevant example

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
pull/40/head
Tyler Neely 5 years ago committed by Yoshua Wuyts
parent 78c49f92b6
commit 44b3d3dadd
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -37,6 +37,7 @@ impl<S: futures::Stream> Fuse<S> {
}
}
impl<S: futures::Stream> futures::Stream for Fuse<S> {
type Item = S::Item;

Loading…
Cancel
Save