mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +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:
@@ -508,7 +508,6 @@ impl Decoder for GossipsubCodec {
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::config::Config;
|
||||
use crate::protocol::{BytesMut, GossipsubCodec, HandlerEvent};
|
||||
use crate::{Behaviour, ConfigBuilder, MessageAuthenticity};
|
||||
use crate::{IdentTopic as Topic, Version};
|
||||
use libp2p::identity::Keypair;
|
||||
|
||||
Reference in New Issue
Block a user