mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 11:27:58 +00:00
Add non_camel_case_types for storage_alias (#14104)
This commit is contained in:
@@ -626,6 +626,7 @@ fn generate_storage_instance(
|
||||
|
||||
// Implement `StorageInstance` trait.
|
||||
let code = quote! {
|
||||
#[allow(non_camel_case_types)]
|
||||
#visibility struct #name< #impl_generics >(
|
||||
#crate_::sp_std::marker::PhantomData<(#type_generics)>
|
||||
) #where_clause;
|
||||
|
||||
Reference in New Issue
Block a user