Remove workaround of old Rust-BPF (#7422)
This commit is contained in:
		@@ -19,6 +19,7 @@ pub mod native_token;
 | 
				
			|||||||
pub mod nonce_instruction;
 | 
					pub mod nonce_instruction;
 | 
				
			||||||
pub mod nonce_program;
 | 
					pub mod nonce_program;
 | 
				
			||||||
pub mod nonce_state;
 | 
					pub mod nonce_state;
 | 
				
			||||||
 | 
					pub mod packet;
 | 
				
			||||||
pub mod poh_config;
 | 
					pub mod poh_config;
 | 
				
			||||||
pub mod pubkey;
 | 
					pub mod pubkey;
 | 
				
			||||||
pub mod rent;
 | 
					pub mod rent;
 | 
				
			||||||
@@ -68,8 +69,6 @@ pub mod commitment_config;
 | 
				
			|||||||
#[cfg(not(feature = "program"))]
 | 
					#[cfg(not(feature = "program"))]
 | 
				
			||||||
pub mod genesis_config;
 | 
					pub mod genesis_config;
 | 
				
			||||||
#[cfg(not(feature = "program"))]
 | 
					#[cfg(not(feature = "program"))]
 | 
				
			||||||
pub mod packet;
 | 
					 | 
				
			||||||
#[cfg(not(feature = "program"))]
 | 
					 | 
				
			||||||
pub mod signature;
 | 
					pub mod signature;
 | 
				
			||||||
#[cfg(not(feature = "program"))]
 | 
					#[cfg(not(feature = "program"))]
 | 
				
			||||||
pub mod system_transaction;
 | 
					pub mod system_transaction;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user