Fix cargo check (#18497)

This commit is contained in:
Justin Starry
2021-07-07 14:01:19 -05:00
committed by GitHub
parent 5eadb86500
commit 2a73ba2fbb

View File

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