Add and fix more lints

This commit is contained in:
Joscha 2024-12-04 20:12:44 +01:00
parent e43b27acfd
commit cff933b0bf
6 changed files with 19 additions and 20 deletions

View file

@ -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<()>>,
}