Skip to content
Snippets Groups Projects
Commit 74ba3b29 authored by PG Herveou's avatar PG Herveou Committed by GitHub
Browse files

Add non_camel_case_types for storage_alias (#14104)

parent 55b18ea9
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment