difftreelog
cargo fmt
in: master
2 files changed
runtime/common/dispatch.rsdiffbeforeafterboth72 CollectionMode::ReFungible => <PalletRefungible<T>>::init_collection(sender, data)?,72 CollectionMode::ReFungible => <PalletRefungible<T>>::init_collection(sender, data)?,737374 #[cfg(not(feature = "refungible"))]74 #[cfg(not(feature = "refungible"))]75 CollectionMode::ReFungible => return unsupported!(T)75 CollectionMode::ReFungible => return unsupported!(T),76 };76 };77 Ok(id)77 Ok(id)78 }78 }runtime/common/mod.rsdiffbeforeafterboth47macro_rules! unsupported {47macro_rules! unsupported {48 () => {48 () => {49 pallet_common::unsupported!($crate::Runtime)49 pallet_common::unsupported!($crate::Runtime)50 }50 };51}51}525253/// The address format for describing accounts.53/// The address format for describing accounts.