mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix Clippy for 1.73
This commit is contained in:
@@ -247,7 +247,7 @@ impl BlockMap {
|
|||||||
let slot_map = self
|
let slot_map = self
|
||||||
.blocks
|
.blocks
|
||||||
.entry(block_root)
|
.entry(block_root)
|
||||||
.or_insert_with(SlotMap::default);
|
.or_default();
|
||||||
slot_map.slots.insert(slot, state_root);
|
slot_map.slots.insert(slot, state_root);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user