Skip to content

Commit

Permalink
clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jul 25, 2023
1 parent f202070 commit 8f63f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,9 +886,9 @@ where
) -> Vec<Methods> {
let EthHandlers {
api: eth_api,
cache: eth_cache,
filter: eth_filter,
pubsub: eth_pubsub,
cache: _,
tracing_call_pool: _,
} = self.with_eth(|eth| eth.clone());

Expand Down

0 comments on commit 8f63f26

Please sign in to comment.