Fix some warnings

This commit is contained in:
Joscha 2022-06-24 15:55:54 +02:00
parent 57351f65be
commit d10efb8757
4 changed files with 9 additions and 30 deletions

View file

@ -179,6 +179,7 @@ impl State {
#[derive(Debug)]
pub struct Room {
#[allow(dead_code)]
canary: oneshot::Sender<Infallible>,
event_tx: mpsc::UnboundedSender<Event>,
}