fix: allow clippy::redundant_clone and clippy::type_complexity in abigen (#491)
This commit is contained in:
parent
b93cc4af75
commit
7d2e900cbb
|
@ -16,6 +16,8 @@ pub(crate) fn imports(name: &str) -> TokenStream {
|
|||
quote! {
|
||||
#![allow(clippy::enum_variant_names)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(clippy::redundant_clone)]
|
||||
#![allow(clippy::type_complexity)]
|
||||
#![allow(unused_imports)]
|
||||
#doc
|
||||
|
||||
|
|
Loading…
Reference in New Issue