Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Quinn committed Dec 31, 2024
1 parent af7ac5b commit 760f366
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions relay-client/src/bin/manual-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {:?}",
Expand Down Expand Up @@ -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: {:?}",
Expand Down

0 comments on commit 760f366

Please sign in to comment.