Skip to content

Commit cd9b38a

Browse files
committed
addressed some warning
1 parent 985f1ab commit cd9b38a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

program/rust/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
mod build_utils;
22
use bindgen::Builder;
3-
use std::vec::Vec;
43

54
fn main() {
65
println!("cargo:rustc-link-search=../c/target");

program/rust/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ mod rust_oracle;
33
mod time_machine_types;
44
use borsh::{BorshDeserialize, BorshSerialize};
55
use solana_program::entrypoint::deserialize;
6-
use solana_program::pubkey::Pubkey;
7-
use solana_program::sysvar::slot_history::AccountInfo;
86

97
//Below is a high lever description of the rust/c setup.
108

0 commit comments

Comments
 (0)