mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-15 20:21:27 +03:00
clippy
This commit is contained in:
@@ -285,7 +285,7 @@ impl EmulationProxy {
|
|||||||
|
|
||||||
// used to send enabled and disabled events
|
// used to send enabled and disabled events
|
||||||
let _emulation_guard = DropGuard::new(
|
let _emulation_guard = DropGuard::new(
|
||||||
&event_tx,
|
event_tx,
|
||||||
EmulationEvent::EmulationEnabled,
|
EmulationEvent::EmulationEnabled,
|
||||||
EmulationEvent::EmulationDisabled,
|
EmulationEvent::EmulationDisabled,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user