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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
176 B
Rust
Raw Normal View History

// #![allow(clippy::extra_unused_type_parameters)]
#[cfg(feature = "abigen")]
mod abigen;
pub(crate) mod common;
#[cfg(feature = "abigen")]
mod contract;
mod contract_call;