Skip to content

Commit 30b35c6

Browse files
committed
Remove unneeded linter bypass directives
1 parent 49848e8 commit 30b35c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core-bridge/src/client.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ async fn client_invoke_workflow_service(
491491
}
492492
}
493493

494-
#[allow(clippy::too_many_lines)]
495494
async fn client_invoke_operator_service(
496495
mut retry_client: CoreClient,
497496
call: RpcCall,
@@ -530,7 +529,6 @@ async fn client_invoke_operator_service(
530529
}
531530
}
532531

533-
#[allow(clippy::too_many_lines)]
534532
async fn client_invoke_test_service(
535533
mut retry_client: CoreClient,
536534
call: RpcCall,
@@ -553,7 +551,6 @@ async fn client_invoke_test_service(
553551
}
554552
}
555553

556-
#[allow(clippy::too_many_lines)]
557554
async fn client_invoke_health_service(
558555
mut retry_client: CoreClient,
559556
call: RpcCall,

0 commit comments

Comments
 (0)