Skip to content

Commit 2cbf06d

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 9d5a44f commit 2cbf06d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ use sp_staking::{
3737
offence::{Offence, ReportOffence, Kind, OnOffenceHandler, OffenceDetails, OffenceError},
3838
};
3939
use codec::{Encode, Decode};
40-
use frame_system as system;
4140

4241
/// A binary blob which represents a SCALE codec-encoded `O::TimeSlot`.
4342
type OpaqueTimeSlot = Vec<u8>;

0 commit comments

Comments
 (0)