mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Fix case in type in macro generation (#4223)
Generated type is not camel case this generate some warnings from IDE label should be R0
This commit is contained in:
@@ -244,7 +244,7 @@ fn construct_runtime_final_expansion(
|
||||
// Prevent UncheckedExtrinsic to print unused warning.
|
||||
const _: () = {
|
||||
#[allow(unused)]
|
||||
type __hidden_use_of_unchecked_extrinsic = #unchecked_extrinsic;
|
||||
type __HiddenUseOfUncheckedExtrinsic = #unchecked_extrinsic;
|
||||
};
|
||||
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user