mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
Rust 1.89 compiler lint fix (#7644)
Fix lints for Rust 1.89 beta compiler
This commit is contained in:
@@ -856,7 +856,7 @@ impl ProtoArrayForkChoice {
|
||||
}
|
||||
|
||||
/// See `ProtoArray::iter_nodes`
|
||||
pub fn iter_nodes(&self, block_root: &Hash256) -> Iter {
|
||||
pub fn iter_nodes(&self, block_root: &Hash256) -> Iter<'_> {
|
||||
self.proto_array.iter_nodes(block_root)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user