Cleanup BPF use syntax (#8001)

This commit is contained in:
Jack May
2020-01-28 17:03:37 -08:00
committed by GitHub
parent 83718a3b3e
commit 7faab2072c
3 changed files with 28 additions and 32 deletions

View File

@ -4,12 +4,7 @@ extern crate test;
use byteorder::{ByteOrder, LittleEndian, WriteBytesExt};
use solana_rbpf::EbpfVm;
use std::env;
use std::fs::File;
use std::io::Error;
use std::io::Read;
use std::mem;
use std::path::PathBuf;
use std::{env, fs::File, io::Error, io::Read, mem, path::PathBuf};
use test::Bencher;
/// BPF program file extension