Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Nov 5, 2024
1 parent 8485fac commit 7c20373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysmaster/src/master.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl SysMaster {
}

/// Process incoming minion messages
#[allow(clippy::while_let_loop)]
pub async fn do_incoming(master: Arc<Mutex<Self>>, mut rx: tokio::sync::mpsc::Receiver<(Vec<u8>, usize)>) {
log::trace!("Init incoming channel");
tokio::spawn(async move {
Expand Down

0 comments on commit 7c20373

Please sign in to comment.