We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49848e8 commit 30b35c6Copy full SHA for 30b35c6
packages/core-bridge/src/client.rs
@@ -491,7 +491,6 @@ async fn client_invoke_workflow_service(
491
}
492
493
494
-#[allow(clippy::too_many_lines)]
495
async fn client_invoke_operator_service(
496
mut retry_client: CoreClient,
497
call: RpcCall,
@@ -530,7 +529,6 @@ async fn client_invoke_operator_service(
530
529
531
532
533
534
async fn client_invoke_test_service(
535
536
@@ -553,7 +551,6 @@ async fn client_invoke_test_service(
553
551
554
552
555
556
557
async fn client_invoke_health_service(
558
559
0 commit comments