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