Skip to content

Commit

Permalink
refactor: add dead_code allow to fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Mar 29, 2024
1 parent 8e9db14 commit c7b6ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/wayland/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub enum Response {
}

#[derive(Debug)]
#[allow(dead_code)]
struct BroadcastChannel<T>(broadcast::Sender<T>, Arc<Mutex<broadcast::Receiver<T>>>);

impl<T> From<(broadcast::Sender<T>, broadcast::Receiver<T>)> for BroadcastChannel<T> {
Expand Down

0 comments on commit c7b6ee8

Please sign in to comment.