cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms

This commit is contained in:
Greg Fitzgerald
2018-12-08 22:44:20 -07:00
parent 1c2394227e
commit a8d6c75a24
37 changed files with 150 additions and 150 deletions

View File

@ -1,7 +1,7 @@
#![feature(test)]
extern crate rand;
extern crate rocksdb;
extern crate solana;
use rand;
extern crate test;
use rand::seq::SliceRandom;