chore(abigen): allow clippy enum variant names (#364)
This commit is contained in:
parent
b0b4f4e09e
commit
746d8b7bf2
|
@ -8,6 +8,7 @@ pub(crate) fn imports(name: &str) -> TokenStream {
|
||||||
let doc = util::expand_doc(&format!("{} was auto-generated with ethers-rs Abigen. More information at: https://github.com/gakonst/ethers-rs", name));
|
let doc = util::expand_doc(&format!("{} was auto-generated with ethers-rs Abigen. More information at: https://github.com/gakonst/ethers-rs", name));
|
||||||
|
|
||||||
quote! {
|
quote! {
|
||||||
|
#![allow(clippy::enum_variant_names)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
#![allow(unused_imports)]
|
#![allow(unused_imports)]
|
||||||
#doc
|
#doc
|
||||||
|
|
Loading…
Reference in New Issue