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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,