mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
Restructure macro-related exports into private mods for frame (#14375)
* minor refactor * Update frame/election-provider-support/src/lib.rs * Update frame/election-provider-support/solution-type/src/lib.rs Co-authored-by: Bastian Köcher <git@kchr.de> * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b78473d28a
commit
7db4d74c43
@@ -814,13 +814,10 @@ fn instance_expand() {
|
||||
|
||||
#[test]
|
||||
fn inherent_expand() {
|
||||
use frame_support::{
|
||||
inherent::{BlockT, InherentData},
|
||||
traits::EnsureInherentsAreFirst,
|
||||
};
|
||||
use frame_support::{inherent::InherentData, traits::EnsureInherentsAreFirst};
|
||||
use sp_core::Hasher;
|
||||
use sp_runtime::{
|
||||
traits::{BlakeTwo256, Header},
|
||||
traits::{BlakeTwo256, Block as _, Header},
|
||||
Digest,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user