Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Dec 17, 2024
1 parent 7f17184 commit bcab722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/src/rpc/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl<'a, T> Query<'a, T> {
}

// Constrained to RpcQueryRequest, since methods like GasPrice only take block_id but not Finality.
impl<'a, T> Query<'a, T>
impl<T> Query<'_, T>
where
T: ProcessQuery<Method = methods::query::RpcQueryRequest>,
{
Expand Down

0 comments on commit bcab722

Please sign in to comment.