Skip to content

Commit

Permalink
chore: make clippy happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Jul 14, 2024
1 parent 7bb13d3 commit 2547344
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions starknet-providers/src/sequencer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ enum RawFieldElementResponse {
SequencerError(SequencerError),
}

#[derive(Deserialize)]
struct EmptyObject {}

impl SequencerGatewayProvider {
fn extend_gateway_url(&self, segment: &str) -> Url {
let mut url = self.gateway_url.clone();
Expand Down

0 comments on commit 2547344

Please sign in to comment.