Cleanup runtime use syntax (#8002)

This commit is contained in:
Jack May
2020-01-28 17:03:20 -08:00
committed by GitHub
parent 4a074133f7
commit 83718a3b3e
26 changed files with 201 additions and 184 deletions

View File

@@ -1,9 +1,6 @@
use solana_runtime::bank::Bank;
use solana_sdk::genesis_config::create_genesis_config;
use solana_sdk::hash::hash;
use solana_sdk::pubkey::Pubkey;
use std::sync::Arc;
use std::thread::Builder;
use solana_sdk::{genesis_config::create_genesis_config, hash::hash, pubkey::Pubkey};
use std::{sync::Arc, thread::Builder};
#[test]
fn test_race_register_tick_freeze() {