mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 01:45:41 +00:00
Addressing Liam's comments from https://github.com/paritytech/polkadot-sdk/pull/2657 (#3150)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
use crate::pallet::Def;
|
||||
use proc_macro2::TokenStream;
|
||||
|
||||
/// Expands `composite_enum` and adds the `VariantCount` implementation for it."
|
||||
/// Expands `composite_enum` and adds the `VariantCount` implementation for it.
|
||||
pub fn expand_composites(def: &mut Def) -> TokenStream {
|
||||
let mut expand = quote::quote!();
|
||||
let frame_support = &def.frame_support;
|
||||
|
||||
Reference in New Issue
Block a user