chore: do not expose util module
This commit is contained in:
parent
219004efcb
commit
10b18e0d58
|
@ -27,7 +27,7 @@ pub use multi::MultiAbigen;
|
|||
mod source;
|
||||
pub use source::Source;
|
||||
|
||||
pub mod util;
|
||||
mod util;
|
||||
|
||||
pub use ethers_core::types::Address;
|
||||
|
||||
|
|
Loading…
Reference in New Issue