Skip to content

Commit

Permalink
fix lints 2
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Aug 4, 2024
1 parent 935643a commit d06f561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sinks/gcp_pubsub/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async fn send_pubsub_msg(
Ok(())
}

#[allow(clippy::too_many_arguments)]
pub fn writer_loop(
input: StageReceiver,
topic_name: &str,
Expand Down

0 comments on commit d06f561

Please sign in to comment.