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