diff --git a/src/reactor/interval.rs b/src/reactor/interval.rs
index 3859e4aed..bf766b9a7 100644
--- a/src/reactor/interval.rs
+++ b/src/reactor/interval.rs
@@ -55,15 +55,20 @@ impl Interval {
handle: handle.remote().clone(),
})
}
-}
-impl Stream for Interval {
- type Item = ();
- type Error = io::Error;
-
- fn poll(&mut self) -> Poll