Skip to content

Commit

Permalink
chore: unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 13, 2024
1 parent 501ab3b commit cf71f9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/contract/src/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ mod tests {
);
}

#[allow(dead_code)]
fn spawn_anvil() -> (HttpProvider, AnvilInstance) {
let anvil = Anvil::new().spawn();
let provider = Provider::try_from(anvil.endpoint()).unwrap();
Expand Down

0 comments on commit cf71f9b

Please sign in to comment.