make abigen-ed modules pub (#1332)
This commit is contained in:
parent
86e5af29e5
commit
eb3945097d
|
@ -50,7 +50,7 @@ impl ExpandedContract {
|
|||
pub use #module::*;
|
||||
|
||||
#[allow(clippy::too_many_arguments, non_camel_case_types)]
|
||||
mod #module {
|
||||
pub mod #module {
|
||||
#imports
|
||||
#contract
|
||||
#events
|
||||
|
|
Loading…
Reference in New Issue