mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-24 13:40:55 +03:00
address clippy lints
This commit is contained in:
@@ -132,9 +132,7 @@ impl Server {
|
||||
// safety: cancellation safe
|
||||
e = self.consumer.dispatch() => {
|
||||
log::trace!("-> consumer.dispatch()");
|
||||
if let Err(e) = e {
|
||||
return Err(e);
|
||||
}
|
||||
e?;
|
||||
}
|
||||
// safety: cancellation safe
|
||||
_ = signal::ctrl_c() => {
|
||||
|
||||
Reference in New Issue
Block a user