mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-12 03:01:28 +03:00
address clippy lints
This commit is contained in:
@@ -30,6 +30,12 @@ impl X11Consumer {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for X11Consumer {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl EventConsumer for X11Consumer {
|
||||
async fn consume(&mut self, event: Event, _: ClientHandle) {
|
||||
|
||||
Reference in New Issue
Block a user