feat: improve crate resolution

This commit is contained in:
DaniPopes 2022-12-30 08:08:06 +01:00
parent 51c2818263
commit 3acead1d67
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
1 changed files with 0 additions and 15 deletions

View File

@ -8,21 +8,6 @@ pub mod multicall_3 {
// This is a hack to guarantee all ethers-derive macros can find the types.
// See [`ethers_core::macros::determine_ethers_crates`].
#[doc(hidden)]
mod ethers {
pub mod contract {
pub use crate::*;
}
pub mod core {
pub use ethers_core::*;
}
pub mod providers {
pub use ethers_providers::*;
}
pub mod types {
pub use ethers_core::types::*;
}
}
#[doc(hidden)]
mod ethers_contract {
pub use crate::*;
}