From 5841764738bfb09db014d4089922b44c884aea11 Mon Sep 17 00:00:00 2001 From: Arnon Hod Date: Mon, 6 Jan 2025 17:34:32 +0200 Subject: [PATCH] chore(starknet_gateway): remove clippy error for gated feature in bench (#3140) --- crates/starknet_gateway/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/starknet_gateway/Cargo.toml b/crates/starknet_gateway/Cargo.toml index f8b3955040..d453ff095a 100644 --- a/crates/starknet_gateway/Cargo.toml +++ b/crates/starknet_gateway/Cargo.toml @@ -56,3 +56,4 @@ tracing-test.workspace = true harness = false name = "gateway_bench" path = "bench/main.rs" +required-features = ["testing"]