difftreelog
style fix fmt warnings
in: master
3 files changed
crates/evm-coder/tests/a.rsdiffbeforeafterboth--- a/crates/evm-coder/tests/a.rs
+++ b/crates/evm-coder/tests/a.rs
@@ -2,7 +2,6 @@
use evm_coder::{solidity_interface, types::*, ToLog, execution::Result};
use evm_coder_macros::solidity;
-use std as sp_std;
struct Impls;
pallets/scheduler/src/lib.rsdiffbeforeafterboth--- a/pallets/scheduler/src/lib.rs
+++ b/pallets/scheduler/src/lib.rs
@@ -794,8 +794,8 @@
use super::*;
use frame_support::{
- parameter_types, assert_ok, ord_parameter_types, assert_noop, assert_err, Hashable,
- traits::{OnInitialize, OnFinalize, Filter},
+ Hashable, assert_err, assert_noop, assert_ok, ord_parameter_types, parameter_types,
+ traits::{Contains, Filter, OnFinalize, OnInitialize},
weights::constants::RocksDbWeight,
};
use sp_core::H256;
runtime/src/lib.rsdiffbeforeafterboth54 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,54 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,55 },55 },56};56};57use xcm_executor::traits::InvertLocation;58use nft_data_structs::*;57use nft_data_structs::*;59// use pallet_contracts::weights::WeightInfo;58// use pallet_contracts::weights::WeightInfo;60// #[cfg(any(feature = "std", test))]59// #[cfg(any(feature = "std", test))]80// Polkadot imports79// Polkadot imports81use pallet_xcm::XcmPassthrough;80use pallet_xcm::XcmPassthrough;82use polkadot_parachain::primitives::Sibling;81use polkadot_parachain::primitives::Sibling;83use xcm::v0::Xcm;84use xcm::v0::{BodyId, Junction::*, MultiAsset, MultiLocation, MultiLocation::*, NetworkId};82use xcm::v0::{BodyId, Junction::*, MultiLocation, MultiLocation::*, NetworkId};85use xcm_builder::{83use xcm_builder::{86 AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,84 AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,87 EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,85 EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,