diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/stopwatch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stopwatch.rs b/examples/stopwatch.rs index c9a61ee9..2bc85c4d 100644 --- a/examples/stopwatch.rs +++ b/examples/stopwatch.rs @@ -165,7 +165,7 @@ mod time { fn stream( self: Box<Self>, - _input: I, + _input: futures::stream::BoxStream<'static, I>, ) -> futures::stream::BoxStream<'static, Self::Output> { use futures::stream::StreamExt; |