mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 17:57:56 +00:00
fix(redundant import) (#2582)
Fixes warning: the item `HashSet` is imported redundantly
This commit is contained in:
committed by
Svyatoslav Nikolsky
parent
0181833f89
commit
e330b69cb9
@@ -304,8 +304,6 @@ impl<B: BlockT, Essence: ExtraRequestsEssence<B>> ExtraRequests<B, Essence> {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
use std::collections::HashSet;
|
||||
|
||||
self.tree.finalize(best_finalized_hash, best_finalized_number, &is_descendent_of)?;
|
||||
|
||||
let roots = self.tree.roots().collect::<HashSet<_>>();
|
||||
|
||||
Reference in New Issue
Block a user