Rust 2018 cleanup

This commit is contained in:
Michael Vines
2018-12-14 20:39:10 -08:00
committed by Grimes
parent aaa5cd4615
commit fd562cb9e2
59 changed files with 109 additions and 209 deletions

View File

@@ -1,10 +1,10 @@
//! Vote program
//! Receive and processes votes from validators
use crate::native_program::ProgramError;
use crate::pubkey::Pubkey;
use bincode::{deserialize, serialize};
use byteorder::{ByteOrder, LittleEndian};
use native_program::ProgramError;
use pubkey::Pubkey;
use std::collections::VecDeque;
use std::mem;