ethers-rs/ethers-contract/tests/it/main.rs

15 lines
278 B
Rust

#![allow(clippy::extra_unused_type_parameters)]
#![cfg(feature = "abigen")]
mod abigen;
mod derive;
mod contract_call;
#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))]
mod common;
#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))]
mod contract;