difftreelog
fix use rft imports only when needed
in: master
1 file changed
runtime/common/src/weights.rsdiffbeforeafterboth21use pallet_fungible::{Config as FungibleConfig, common::CommonWeights as FungibleWeights};21use pallet_fungible::{Config as FungibleConfig, common::CommonWeights as FungibleWeights};22use pallet_nonfungible::{Config as NonfungibleConfig, common::CommonWeights as NonfungibleWeights};22use pallet_nonfungible::{Config as NonfungibleConfig, common::CommonWeights as NonfungibleWeights};2324#[cfg(feature = "refungible")]23use pallet_refungible::{25use pallet_refungible::{24 Config as RefungibleConfig, weights::WeightInfo, common::CommonWeights as RefungibleWeights,26 Config as RefungibleConfig, weights::WeightInfo, common::CommonWeights as RefungibleWeights,25};27};