mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Empty structs
This commit is contained in:
@@ -32,7 +32,7 @@ use std::time::Duration;
|
||||
///
|
||||
/// InputHandler is the struct which runs a thread which waits for
|
||||
/// input events from the user and reports them through a receiver
|
||||
pub(crate) struct InputHandler {}
|
||||
pub(crate) struct InputHandler;
|
||||
|
||||
impl InputHandler {
|
||||
/// ### InputHandler
|
||||
|
||||
Reference in New Issue
Block a user