fix: Update Rust-BPF example (#406)

This commit is contained in:
Jack May
2019-07-16 14:52:22 -08:00
committed by Michael Vines
parent 2e3c5e7820
commit 408e8e7500
6 changed files with 67 additions and 3 deletions

View File

@ -4,6 +4,8 @@
#![allow(unreachable_code)]
#![allow(unused_attributes)]
#[cfg(not(test))]
extern crate solana_sdk_bpf_no_std;
extern crate solana_sdk_bpf_utils;
use solana_sdk_bpf_utils::entrypoint::*;