Skip to content

Commit

Permalink
fix clippy warning (we don't need this particular JoinHandle)
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Mar 6, 2025
1 parent f83baa1 commit 5148060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commons/zenoh-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ impl RuntimeParam {
#[cfg(feature = "lower_latency")]
if zrt == ZRuntime::RX {
tracing::debug!("Spawning RX runtime polling task...");
#[allow(clippy::let_underscore_future)]
let _ = rt.spawn(async {
loop {
tokio::time::sleep(tokio::time::Duration::from_micros(100)).await;
Expand Down

0 comments on commit 5148060

Please sign in to comment.