diff --git a/relay-client/src/bin/manual-test.rs b/relay-client/src/bin/manual-test.rs index 61f065b..8cf7fe7 100644 --- a/relay-client/src/bin/manual-test.rs +++ b/relay-client/src/bin/manual-test.rs @@ -650,7 +650,6 @@ async fn stage_consumer_app() -> Result<()> { tracing::info!("Time took to connect: {}ms", now.elapsed().as_millis()); loop { - #[expect(clippy::never_loop)] for msg in app_client.get_buffered_messages().await { tracing::info!( "Received message: from: {:?}, to: {:?}, seq: {:?}, payload: {:?}", @@ -708,7 +707,6 @@ async fn stage_producer_from_app_start_orb_signup() -> Result<()> { tokio::time::sleep(tokio::time::Duration::from_secs(1)).await; loop { - #[expect(clippy::never_loop)] for msg in app_client.get_buffered_messages().await { tracing::info!( "Received message: from: {:?}, to: {:?}, seq: {:?}, payload: {:?}",