Skip to content
Snippets Groups Projects
Commit e330b69c authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by Svyatoslav Nikolsky
Browse files

fix(redundant import) (#2582)

Fixes warning: the item `HashSet` is imported redundantly
parent 0181833f
Branches
No related merge requests found
......@@ -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<_>>();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment