Skip to content

Commit

Permalink
cargo clippy, cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Nov 22, 2023
1 parent a563e40 commit f8431ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ path = "bin/tree_availability_service.rs"
name = "state-bridge-service"
path = "bin/state_bridge_service.rs"


[[bench]]
name = "tree_data"
harness = false
Expand Down
1 change: 1 addition & 0 deletions benches/tree_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn generate_random_identities(num_identities: usize) -> Vec<Hash> {

identities
}

async fn setup_tree_data() -> TreeData {
let tree = PoseidonTree::<Canonical>::new(TREE_DEPTH, Hash::ZERO);
let tree_data = TreeData::new(tree, TREE_HISTORY_SIZE);
Expand Down
2 changes: 1 addition & 1 deletion crates/ethers-throttle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::num::NonZeroU32;
use std::sync::Arc;

use async_trait::async_trait;
use ethers::providers::{JsonRpcClient, ProviderError};
use ethers::providers::JsonRpcClient;
use governor::clock::{QuantaClock, QuantaInstant};
use governor::middleware::NoOpMiddleware;
use governor::state::{InMemoryState, NotKeyed};
Expand Down

0 comments on commit f8431ba

Please sign in to comment.