mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Rust 1.89 compiler lint fix (#7644)
Fix lints for Rust 1.89 beta compiler
This commit is contained in:
@@ -380,7 +380,7 @@ pub enum GetPayloadResponseType<E: EthSpec> {
|
||||
}
|
||||
|
||||
impl<E: EthSpec> GetPayloadResponse<E> {
|
||||
pub fn execution_payload_ref(&self) -> ExecutionPayloadRef<E> {
|
||||
pub fn execution_payload_ref(&self) -> ExecutionPayloadRef<'_, E> {
|
||||
self.to_ref().into()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user