make abigen-ed modules pub (#1332)
This commit is contained in:
parent
86e5af29e5
commit
eb3945097d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue