Skip to content

Commit 2888c0d

Browse files
authored
decl_module! macro: use 'frame_system' instead of system as default ident (#6500)
* Use frame_system as default ident. * Remove unused 'frame_system' to 'system' renaming. * Fix construct_runtime_ui tests. * Rename system to frame_system in sudo/utility pallet test. * Bump runtime impl_version. * Update formatting.
1 parent a683370 commit 2888c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ use frame_support::{
112112
dispatch::{DispatchResult, DispatchResultWithPostInfo},
113113
traits::{OnUnbalanced, Currency, Get, Time, Randomness},
114114
};
115-
use frame_system::{self as system, ensure_signed, ensure_root};
115+
use frame_system::{ensure_signed, ensure_root};
116116
use pallet_contracts_primitives::{RentProjection, ContractAccessError};
117117
use frame_support::weights::Weight;
118118

0 commit comments

Comments
 (0)