Remove unused pubkey::Pubkey imports

This commit is contained in:
Michael Vines
2020-10-21 18:07:17 -07:00
parent 5ad0ccdfe1
commit bff820d549
30 changed files with 11 additions and 34 deletions

View File

@@ -135,7 +135,6 @@ mod test {
use crate::contact_info::ContactInfo;
use crate::crds_value::{CrdsData, CrdsValue};
use rand::{thread_rng, Rng};
use solana_sdk::pubkey::Pubkey;
use solana_sdk::timing::timestamp;
use std::collections::HashSet;
use std::ops::Index;