We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bf8e5 commit 6994e14Copy full SHA for 6994e14
1 file changed
atoma-bin/atoma_node.rs
@@ -508,6 +508,7 @@ fn handle_tasks_results(
508
/// # Arguments
509
/// * `shutdown_receiver` - A receiver that signals when the service should shut down
510
/// * `heartbeat_url` - The URL of the heartbeat service
511
+#[allow(clippy::redundant_pub_crate)]
512
fn start_heartbeat_service(mut shutdown_receiver: watch::Receiver<bool>, heartbeat_url: String) {
513
tokio::spawn(async move {
514
let client = reqwest::Client::new();
0 commit comments