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 b1b202c commit ea0c113Copy full SHA for ea0c113
program/rust/src/c_oracle_header.rs
@@ -75,6 +75,7 @@ unsafe impl Zeroable for pc_ema {
75
76
#[cfg(target_endian = "little")]
77
unsafe impl Pod for pc_ema {
78
+}
79
80
unsafe impl Zeroable for cmd_add_price_t {
81
}
@@ -89,5 +90,4 @@ unsafe impl Zeroable for pc_pub_key_t {
89
90
91
92
unsafe impl Pod for pc_pub_key_t {
-
93
program/rust/src/rust_oracle.rs
@@ -11,6 +11,7 @@ use crate::deserialize::{
11
load_account_as_mut,
12
};
13
14
+use bytemuck::bytes_of;
15
16
use solana_program::account_info::AccountInfo;
17
use solana_program::entrypoint::SUCCESS;
0 commit comments