fix(abigen): clippy warnings on solidity bindings (#1319)
eg the `console` contract throws a clippy warning
This commit is contained in:
parent
54f1b9dee8
commit
7b9503c8b0
|
@ -49,7 +49,7 @@ impl ExpandedContract {
|
|||
// export all the created data types
|
||||
pub use #module::*;
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[allow(clippy::too_many_arguments, non_camel_case_types)]
|
||||
mod #module {
|
||||
#imports
|
||||
#contract
|
||||
|
|
Loading…
Reference in New Issue