mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Rust 1.84 lints (#6781)
* Fix few lints * Fix remaining lints * Use fully qualified syntax
This commit is contained in:
@@ -161,7 +161,7 @@ impl ForkChoiceUpdates {
|
||||
update
|
||||
.payload_attributes
|
||||
.as_ref()
|
||||
.map_or(false, |payload_attributes| {
|
||||
.is_some_and(|payload_attributes| {
|
||||
payload_attributes.timestamp() == proposal_timestamp
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user