Skip to content

Commit 0dff96e

Browse files
authored
Add non_camel_case_types for storage_alias (paritytech#14104)
1 parent 2a148e3 commit 0dff96e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frame/support/procedural/src/storage_alias.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ fn generate_storage_instance(
626626

627627
// Implement `StorageInstance` trait.
628628
let code = quote! {
629+
#[allow(non_camel_case_types)]
629630
#visibility struct #name< #impl_generics >(
630631
#crate_::sp_std::marker::PhantomData<(#type_generics)>
631632
) #where_clause;

0 commit comments

Comments
 (0)