chore: clippy

This commit is contained in:
DaniPopes 2023-02-24 21:43:33 +01:00
parent 9e334780d9
commit f8696c2b7a
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use super::common::*;
use crate::common::*;
use ethers_contract::{
abigen, ContractFactory, ContractInstance, EthAbiType, EthEvent, LogMeta, Multicall,
MulticallError, MulticallVersion,
@ -61,7 +61,7 @@ impl<M: Middleware> Middleware for NonClone<M> {
// this is not a test. It is a compile check. :)
// It exists to ensure that trait bounds on contract internal behave as
// expected. It should not be run
fn it_compiles() {
fn _it_compiles() {
let (abi, _bytecode) = compile_contract("SimpleStorage", "SimpleStorage.sol");
// launch anvil