We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985f1ab commit cd9b38aCopy full SHA for cd9b38a
program/rust/build.rs
@@ -1,6 +1,5 @@
1
mod build_utils;
2
use bindgen::Builder;
3
-use std::vec::Vec;
4
5
fn main() {
6
println!("cargo:rustc-link-search=../c/target");
program/rust/src/lib.rs
@@ -3,8 +3,6 @@ mod rust_oracle;
mod time_machine_types;
use borsh::{BorshDeserialize, BorshSerialize};
use solana_program::entrypoint::deserialize;
-use solana_program::pubkey::Pubkey;
7
-use solana_program::sysvar::slot_history::AccountInfo;
8
9
//Below is a high lever description of the rust/c setup.
10
0 commit comments