This commit is contained in:
Branislav Kontur
2024-01-31 14:42:47 +01:00
committed by GitHub
parent 261f4b713b
commit a03ef2791e
4 changed files with 3 additions and 5 deletions
@@ -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;