From ee002b1f290ceaaf18db6660c539ca005f3a57f4 Mon Sep 17 00:00:00 2001 From: ThreeHrSleep Date: Tue, 11 Feb 2025 15:09:18 +0530 Subject: [PATCH] lints --- beacon_node/network/src/sync/range_sync/range.rs | 5 ----- lighthouse/environment/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/beacon_node/network/src/sync/range_sync/range.rs b/beacon_node/network/src/sync/range_sync/range.rs index 7864310333..e4a20f6349 100644 --- a/beacon_node/network/src/sync/range_sync/range.rs +++ b/beacon_node/network/src/sync/range_sync/range.rs @@ -103,11 +103,6 @@ where self.failed_chains.keys().copied().collect() } - #[cfg(test)] - pub(crate) fn __failed_chains(&mut self) -> Vec { - self.failed_chains.keys().copied().collect() - } - #[instrument(parent = None, level = "info", fields(component = "range_sync"), diff --git a/lighthouse/environment/Cargo.toml b/lighthouse/environment/Cargo.toml index 92f425a2a7..6d6ffa1725 100644 --- a/lighthouse/environment/Cargo.toml +++ b/lighthouse/environment/Cargo.toml @@ -10,8 +10,8 @@ clap = { workspace = true } eth2_config = { workspace = true } eth2_network_config = { workspace = true } futures = { workspace = true } -logroller = { workspace = true } logging = { workspace = true } +logroller = { workspace = true } serde = { workspace = true } task_executor = { workspace = true } tokio = { workspace = true }