mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 16:45:45 +00:00
Companion: restructure macro related exports (#3015)
* restructure macro related exports * restructure macro related exports * wip * wip * update cargo lock * refactor RuntimeDebug on unincluded segment * fmt * Companion: restructure `benchmarking` macro related exports (#3039) * wip * wip * restructure benchmarking macro related exports * add cargo lock --------- Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -83,10 +83,6 @@ pub mod pallet {
|
||||
use frame_support::{
|
||||
dispatch::{DispatchClass, DispatchResultWithPostInfo},
|
||||
pallet_prelude::*,
|
||||
sp_runtime::{
|
||||
traits::{AccountIdConversion, CheckedSub, Saturating, Zero},
|
||||
RuntimeDebug,
|
||||
},
|
||||
traits::{
|
||||
Currency, EnsureOrigin, ExistenceRequirement::KeepAlive, ReservableCurrency,
|
||||
ValidatorRegistration,
|
||||
@@ -95,7 +91,10 @@ pub mod pallet {
|
||||
};
|
||||
use frame_system::{pallet_prelude::*, Config as SystemConfig};
|
||||
use pallet_session::SessionManager;
|
||||
use sp_runtime::traits::Convert;
|
||||
use sp_runtime::{
|
||||
traits::{AccountIdConversion, CheckedSub, Convert, Saturating, Zero},
|
||||
RuntimeDebug,
|
||||
};
|
||||
use sp_staking::SessionIndex;
|
||||
use sp_std::vec::Vec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user