Skip to content
Unverified Commit dcaa8f24 authored by Niklas Adolfsson's avatar Niklas Adolfsson
Browse files

fix(redundant import)

Fixes

    Checking srml-grandpa v2.0.0 (/home/niklasad1/Github/substrate/srml/grandpa)
warning: the item `HashSet` is imported redundantly
   --> core/network/src/sync/extra_requests.rs:307:7
    |
17  | use std::collections::{HashMap, HashSet, VecDeque};
    |                                 ------- the item `HashSet` is already imported here
...
307 |         use std::collections::HashSet;
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: #[warn(unused_imports)] on by default
parent 8eb1a442
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