Skip to content

Commit

Permalink
hub: actor: Set HubActor with dead_conde
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 8, 2024
1 parent 8453c13 commit 8b9adb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/hub/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use crate::{
},
};

#[allow(dead_code)]
pub struct HubActor {
drivers: IndexMap<DriverUuid, Arc<dyn Driver>>,
bcst_sender: broadcast::Sender<Arc<Protocol>>,
Expand Down

0 comments on commit 8b9adb5

Please sign in to comment.