Fix cargo check (#18499)

This commit is contained in:
Justin Starry
2021-07-07 14:21:08 -05:00
committed by GitHub
parent ebc7df62f3
commit 92c5cdab62

View File

@ -29,7 +29,7 @@ use {
gossip_error::GossipError, gossip_error::GossipError,
ping_pong::{self, PingCache, Pong}, ping_pong::{self, PingCache, Pong},
socketaddr, socketaddr_any, socketaddr, socketaddr_any,
weighted_shuffle::{weighted_shuffle, WeightedShuffle}, weighted_shuffle::WeightedShuffle,
}, },
bincode::{serialize, serialized_size}, bincode::{serialize, serialized_size},
itertools::Itertools, itertools::Itertools,