Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove useless type alias
  • Loading branch information
koushiro committed Oct 3, 2022
commit debc95110929cabe32a61dc9e6714a8482b019df
1 change: 0 additions & 1 deletion frame/support/src/storage/generator/nmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ mod test_iterators {
sp_io::TestExternalities::default().execute_with(|| {
use crate::hash::{Blake2_128Concat, Twox64Concat};

type System = self::frame_system::Pallet<Runtime>;
type NMap = self::frame_system::NMap<Runtime>;

NMap::insert((1, 2), 50);
Expand Down