Skip to content

Commit 678c59e

Browse files
committed
Before clippy
1 parent 9d1b2ec commit 678c59e

File tree

2 files changed

+183
-56
lines changed

2 files changed

+183
-56
lines changed

program/rust/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#![deny(warnings)]
22
// Allow non upper case globals from C
33
#![allow(non_upper_case_globals)]
4-
// Allow using the solana_program::entrypoint::deserialize function
5-
#![allow(clippy::not_unsafe_ptr_arg_deref)]
64

75
mod c_oracle_header;
86
mod deserialize;

0 commit comments

Comments
 (0)