diff --git a/src/stream_stdin.rs b/src/stream_stdin.rs index b8b6cfb..2551b70 100644 --- a/src/stream_stdin.rs +++ b/src/stream_stdin.rs @@ -20,7 +20,7 @@ struct App<'t> { slow: bool, } -impl App<'_> { +impl<'t> App<'t> { fn run(&mut self) { self.connection .send(Command::Clear)