mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore(lint): fix clippy::needles_lifetimes (#11496)
This commit is contained in:
@@ -254,7 +254,7 @@ pub struct RpcContext<'a, Node: FullNodeComponents, EthApi: EthApiTypes> {
|
||||
pub auth_module: &'a mut AuthRpcModule,
|
||||
}
|
||||
|
||||
impl<'a, Node, EthApi> RpcContext<'a, Node, EthApi>
|
||||
impl<Node, EthApi> RpcContext<'_, Node, EthApi>
|
||||
where
|
||||
Node: FullNodeComponents,
|
||||
EthApi: EthApiTypes,
|
||||
|
||||
Reference in New Issue
Block a user