make abigen-ed modules pub (#1332)

This commit is contained in:
tri-joe 2022-05-31 13:29:02 -07:00 committed by GitHub
parent 86e5af29e5
commit eb3945097d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ impl ExpandedContract {
pub use #module::*; pub use #module::*;
#[allow(clippy::too_many_arguments, non_camel_case_types)] #[allow(clippy::too_many_arguments, non_camel_case_types)]
mod #module { pub mod #module {
#imports #imports
#contract #contract
#events #events