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 9d1b2ec commit 678c59eCopy full SHA for 678c59e
program/rust/src/lib.rs
@@ -1,8 +1,6 @@
1
#![deny(warnings)]
2
// Allow non upper case globals from C
3
#![allow(non_upper_case_globals)]
4
-// Allow using the solana_program::entrypoint::deserialize function
5
-#![allow(clippy::not_unsafe_ptr_arg_deref)]
6
7
mod c_oracle_header;
8
mod deserialize;
0 commit comments