Satisfy clippy
This commit is contained in:
parent
d437341dab
commit
bf2732eccd
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ impl State {
|
|||
let _ = euph_room_event_tx.send(EuphRoomEvent::Disconnected);
|
||||
}
|
||||
Event::Packet(packet) => {
|
||||
self.on_packet(&*packet).await?;
|
||||
self.on_packet(&packet).await?;
|
||||
let _ = euph_room_event_tx.send(EuphRoomEvent::Packet(packet));
|
||||
}
|
||||
Event::Status(reply_tx) => self.on_status(reply_tx).await,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue