Fix some warnings
This commit is contained in:
parent
57351f65be
commit
d10efb8757
4 changed files with 9 additions and 30 deletions
|
|
@ -179,6 +179,7 @@ impl State {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct Room {
|
||||
#[allow(dead_code)]
|
||||
canary: oneshot::Sender<Infallible>,
|
||||
event_tx: mpsc::UnboundedSender<Event>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue