Skip to content

Commit 93be136

Browse files
Reisenguibescos
authored andcommitted
style: Rust comment fixes and One grouping
1 parent 20ddb77 commit 93be136

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

program/rust/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#![deny(warnings)]
22
// Allow non upper case globals from C
33
#![allow(non_upper_case_globals)]
4+
#![allow(incomplete_features)]
5+
#![feature(adt_const_params)]
46

57
mod c_oracle_header;
68
mod deserialize;

program/rust/src/tests/pyth_simulator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ use {
3737
system_program,
3838
},
3939
solana_program_test::{
40+
find_file,
4041
read_file,
4142
BanksClient,
4243
BanksClientError,

0 commit comments

Comments
 (0)