Skip to content

Commit be121f3

Browse files
authored
Guibescos/transition to permissions (#297)
* Before clippy * Done * Cleanup * Add tests * Reenable flag * Add tests
1 parent 9d1b2ec commit be121f3

File tree

4 files changed

+464
-66
lines changed

4 files changed

+464
-66
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)