fix: lift macros feature to lib level (#567)
This commit is contained in:
parent
3d45a842b9
commit
dbea856e8c
|
@ -51,6 +51,7 @@ pub mod abi;
|
|||
/// Various utilities
|
||||
pub mod utils;
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
pub mod macros;
|
||||
|
||||
// re-export rand to avoid potential confusion when there's rand version mismatches
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
mod ethers_crate;
|
||||
|
||||
#[cfg(feature = "macros")]
|
||||
pub use ethers_crate::{ethers_contract_crate, ethers_core_crate, ethers_providers_crate};
|
||||
|
|
Loading…
Reference in New Issue