Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Sep 27, 2024
1 parent 4781cbe commit 48a84fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/advanced/examples/foundry_fork_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async fn main() -> Result<()> {
let time_rpc = start_t.elapsed();

// `SharedBackend` is cloneable and holds the channel to the same `BackendHandler`.
#[allow(clippy::redundant_clone)]
let cloned_backend = shared.clone();

// Block gets cached in the db
Expand Down

0 comments on commit 48a84fa

Please sign in to comment.