Compare commits
2 commits
e435f60540
...
6eee677ed4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6eee677ed4 | ||
![]() |
11d9ac0bcb |
|
@ -20,7 +20,7 @@ struct App<'t> {
|
||||||
slow: bool,
|
slow: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'t> App<'t> {
|
impl App<'_> {
|
||||||
fn run(&mut self) {
|
fn run(&mut self) {
|
||||||
self.connection
|
self.connection
|
||||||
.send(Command::Clear)
|
.send(Command::Clear)
|
||||||
|
|
Loading…
Reference in a new issue