Fix the nightly build

This commit is contained in:
Greg Fitzgerald
2018-04-11 20:24:14 -06:00
parent ab74e7f24f
commit 3b9ef5ccab
9 changed files with 19 additions and 19 deletions

View File

@@ -3,16 +3,16 @@ extern crate getopts;
extern crate serde_json;
extern crate solana;
use getopts::Options;
use solana::accountant::Accountant;
use solana::accountant_skel::AccountantSkel;
use solana::entry::Entry;
use solana::event::Event;
use solana::historian::Historian;
use std::env;
use std::io::{self, stdout, BufRead};
use std::sync::atomic::AtomicBool;
use std::sync::{Arc, Mutex};
use std::env;
use getopts::Options;
fn main() {
env_logger::init().unwrap();