difftreelog
fmt
in: master
2 files changed
pallets/refungible/src/benchmarking.rsdiffbeforeafterboth22use frame_benchmarking::{benchmarks, account};22use frame_benchmarking::{benchmarks, account};23use up_data_structs::{CollectionMode, MAX_ITEMS_PER_BATCH, MAX_PROPERTIES_PER_ITEM, CUSTOM_DATA_LIMIT, budget::Unlimited};23use up_data_structs::{24 CollectionMode, MAX_ITEMS_PER_BATCH, MAX_PROPERTIES_PER_ITEM, CUSTOM_DATA_LIMIT,25 budget::Unlimited,26};24use pallet_common::bench_init;27use pallet_common::bench_init;25use core::convert::TryInto;28use core::convert::TryInto;pallets/refungible/src/common.rsdiffbeforeafterboth24};24};25use pallet_common::{CommonCollectionOperations, CommonWeightInfo, RefungibleExtensions, with_weight, weights::WeightInfo as _};25use pallet_common::{26 CommonCollectionOperations, CommonWeightInfo, RefungibleExtensions, with_weight,27 weights::WeightInfo as _,28};26use pallet_structure::Error as StructureError;29use pallet_structure::Error as StructureError;27use sp_runtime::{DispatchError};30use sp_runtime::{DispatchError};