Re-enable disabled tests and reduce warnings to 8
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// Event handling module for future expansion
|
||||
// Currently events are handled in main.rs but this provides structure for complex event handling
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
use crossterm::event::{Event, KeyEvent, MouseEvent};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user