Remove frozen ABI modules from solana-sdk
This commit is contained in:
		@@ -4,11 +4,6 @@
 | 
			
		||||
// Allows macro expansion of `use ::solana_sdk::*` to work within this crate
 | 
			
		||||
extern crate self as solana_sdk;
 | 
			
		||||
 | 
			
		||||
#[cfg(RUSTC_WITH_SPECIALIZATION)]
 | 
			
		||||
pub mod abi_digester;
 | 
			
		||||
#[cfg(RUSTC_WITH_SPECIALIZATION)]
 | 
			
		||||
pub mod abi_example;
 | 
			
		||||
 | 
			
		||||
pub mod account;
 | 
			
		||||
pub mod account_utils;
 | 
			
		||||
pub mod bpf_loader;
 | 
			
		||||
@@ -131,4 +126,4 @@ pub extern crate bs58;
 | 
			
		||||
extern crate log as logger;
 | 
			
		||||
 | 
			
		||||
#[macro_use]
 | 
			
		||||
extern crate solana_sdk_macro_frozen_abi;
 | 
			
		||||
extern crate solana_frozen_abi_macro;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user