mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
frame_support::pallet_prelude: reexport StorageVersion (#11408)
* frame_support::pallet_prelude: reexport StorageVersion Signed-off-by: koushiro <koushiro.cqx@gmail.com> * cargo fmt Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
// Ensure we're `no_std` when compiling for Wasm.
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
use frame_support::traits::{
|
||||
ChangeMembers, Contains, Get, InitializeMembers, SortedMembers, StorageVersion,
|
||||
};
|
||||
use frame_support::traits::{ChangeMembers, Contains, Get, InitializeMembers, SortedMembers};
|
||||
use sp_std::prelude::*;
|
||||
|
||||
pub mod migrations;
|
||||
@@ -507,7 +505,7 @@ mod tests {
|
||||
|
||||
use frame_support::{
|
||||
assert_noop, assert_ok, ord_parameter_types, parameter_types,
|
||||
traits::{ConstU32, ConstU64, GenesisBuild},
|
||||
traits::{ConstU32, ConstU64, GenesisBuild, StorageVersion},
|
||||
};
|
||||
use frame_system::EnsureSignedBy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user