mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +00:00
fix new warning in nightly (#14334)
* fix new warning * Too soon * Explicitly import
This commit is contained in:
@@ -319,7 +319,7 @@ use sp_staking::{
|
||||
use sp_std::{collections::btree_map::BTreeMap, prelude::*};
|
||||
pub use weights::WeightInfo;
|
||||
|
||||
pub use pallet::{pallet::*, *};
|
||||
pub use pallet::{pallet::*, UseNominatorsAndValidatorsMap, UseValidatorsMap};
|
||||
|
||||
pub(crate) const LOG_TARGET: &str = "runtime::staking";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user