mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Rust 1.84 lints (#6781)
* Fix few lints * Fix remaining lints * Use fully qualified syntax
This commit is contained in:
@@ -910,7 +910,7 @@ where
|
||||
.forkchoice_update_parameters();
|
||||
if params
|
||||
.head_hash
|
||||
.map_or(false, |hash| hash != ExecutionBlockHash::zero())
|
||||
.is_some_and(|hash| hash != ExecutionBlockHash::zero())
|
||||
{
|
||||
// Spawn a new task to update the EE without waiting for it to complete.
|
||||
let inner_chain = beacon_chain.clone();
|
||||
|
||||
Reference in New Issue
Block a user