mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Beta compiler fixes (#5543)
* remove duplicate imports in gossip tests. get rid of duplicate trait bound locations * more double import fixes * cargo fmt
This commit is contained in:
@@ -903,7 +903,6 @@ impl std::fmt::Debug for Config {
|
||||
mod test {
|
||||
use super::*;
|
||||
use crate::topic::IdentityHash;
|
||||
use crate::types::PeerKind;
|
||||
use crate::Topic;
|
||||
use libp2p::core::UpgradeInfo;
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
|
||||
Reference in New Issue
Block a user