Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeHrSleep committed Feb 11, 2025
1 parent 5539636 commit ee002b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions beacon_node/network/src/sync/range_sync/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ where
self.failed_chains.keys().copied().collect()
}

#[cfg(test)]
pub(crate) fn __failed_chains(&mut self) -> Vec<Hash256> {
self.failed_chains.keys().copied().collect()
}

#[instrument(parent = None,
level = "info",
fields(component = "range_sync"),
Expand Down
2 changes: 1 addition & 1 deletion lighthouse/environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ee002b1

Please sign in to comment.