Add and fix more lints
This commit is contained in:
parent
e43b27acfd
commit
cff933b0bf
6 changed files with 19 additions and 20 deletions
|
|
@ -40,7 +40,7 @@ impl<'a> KeyGroupInfo<'a> {
|
|||
}
|
||||
|
||||
pub struct InputEvent<'a> {
|
||||
event: crossterm::event::Event,
|
||||
event: Event,
|
||||
terminal: &'a mut Terminal,
|
||||
crossterm_lock: Arc<FairMutex<()>>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue