@@ -42,17 +42,16 @@ pub use solana_program::program_stubs;
4242// These solana_program imports could be *-imported, but that causes a bunch of
4343// confusing duplication in the docs due to a rustdoc bug. #26211
4444pub use solana_program:: {
45- account_info, address_lookup_table, alt_bn128, big_mod_exp, blake3, borsh, borsh0_10, borsh0_9,
46- borsh1, bpf_loader, bpf_loader_deprecated, bpf_loader_upgradeable, clock, config,
47- custom_heap_default, custom_panic_default, debug_account_data, declare_deprecated_sysvar_id,
48- declare_sysvar_id, decode_error, ed25519_program, epoch_rewards, epoch_schedule,
49- fee_calculator, impl_sysvar_get, incinerator, instruction, keccak, lamports,
50- loader_instruction, loader_upgradeable_instruction, loader_v4, loader_v4_instruction, message,
51- msg, native_token, nonce, poseidon, program, program_error, program_memory, program_option,
52- program_pack, rent, sanitize, secp256k1_program, secp256k1_recover, serde_varint,
53- serialize_utils, short_vec, slot_hashes, slot_history, stable_layout, stake, stake_history,
54- syscalls, system_instruction, system_program, sysvar, unchecked_div_by_const, vote,
55- wasm_bindgen,
45+ account_info, address_lookup_table, alt_bn128, big_mod_exp, blake3, borsh, borsh0_10, borsh1,
46+ bpf_loader, bpf_loader_deprecated, bpf_loader_upgradeable, clock, config, custom_heap_default,
47+ custom_panic_default, debug_account_data, declare_deprecated_sysvar_id, declare_sysvar_id,
48+ decode_error, ed25519_program, epoch_rewards, epoch_schedule, fee_calculator, impl_sysvar_get,
49+ incinerator, instruction, keccak, lamports, loader_instruction, loader_upgradeable_instruction,
50+ loader_v4, loader_v4_instruction, message, msg, native_token, nonce, poseidon, program,
51+ program_error, program_memory, program_option, program_pack, rent, sanitize, secp256k1_program,
52+ secp256k1_recover, serde_varint, serialize_utils, short_vec, slot_hashes, slot_history,
53+ stable_layout, stake, stake_history, syscalls, system_instruction, system_program, sysvar,
54+ unchecked_div_by_const, vote, wasm_bindgen,
5655} ;
5756#[ allow( deprecated) ]
5857pub use solana_program:: { address_lookup_table_account, sdk_ids} ;
0 commit comments