difftreelog
CORE-264
in: master
1 file changed
runtime/src/lib.rsdiffbeforeafterboth993 ($collection:ident.$method:ident($($name:ident),*)) => {{993 ($collection:ident.$method:ident($($name:ident),*)) => {{994 use pallet_unique::dispatch::Dispatched;994 use pallet_unique::dispatch::Dispatched;995995996 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap());996 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap_or_default());997 let dispatch = collection.as_dyn();997 let dispatch = collection.as_dyn();998998999 dispatch.$method($($name),*)999 dispatch.$method($($name),*)