Cleanup usage of feature "program" (#7712)

This commit is contained in:
Jack May
2020-01-08 13:49:35 -08:00
committed by GitHub
parent 57858b8015
commit 09cff5e4cc
8 changed files with 93 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
//! @brief Solana Rust-based BPF program entrypoint and its parameter types
#![cfg(feature = "program")]
extern crate alloc;
use crate::{account_info::AccountInfo, pubkey::Pubkey};