mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 09:08:06 +00:00
Fix conversion of Call struct names to UpperCamelCase (#441)
* Fix conversion of `Call` struct names to UpperCamelCase * Update to latest heck and use ToUpperCamelCase
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
use crate::types::TypeGenerator;
|
||||
use frame_metadata::PalletConstantMetadata;
|
||||
use heck::SnakeCase as _;
|
||||
use heck::ToSnakeCase as _;
|
||||
use proc_macro2::TokenStream as TokenStream2;
|
||||
use quote::{
|
||||
format_ident,
|
||||
|
||||
Reference in New Issue
Block a user