chore: do not expose util module

This commit is contained in:
Georgios Konstantopoulos 2023-01-13 11:10:31 -08:00
parent 219004efcb
commit 10b18e0d58
1 changed files with 1 additions and 1 deletions

View File

@ -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;