fix(abigen): clippy warnings on solidity bindings (#1319)

eg the `console` contract throws a clippy warning
This commit is contained in:
Clifton King 2022-05-27 15:32:57 -05:00 committed by GitHub
parent 54f1b9dee8
commit 7b9503c8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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