From f4acd1bae81176b1f32f3752e2a1513f335c44cb Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 18 Jan 2024 10:27:16 +0000 Subject: [PATCH] resolve clippy err --- testing/integration-tests/src/utils/node_proc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/integration-tests/src/utils/node_proc.rs b/testing/integration-tests/src/utils/node_proc.rs index 9118beab03..1b812fff46 100644 --- a/testing/integration-tests/src/utils/node_proc.rs +++ b/testing/integration-tests/src/utils/node_proc.rs @@ -223,7 +223,6 @@ async fn build_unstable_client( // ensure that the message makes it to some logs. eprintln!("Error driving unstable backend in tests (will panic): {e}"); panic!("Error driving unstable backend in tests: {e}"); - break; } } });