1 2 3 4 5 6 7 8 9
#![allow(clippy::arithmetic_side_effects)] pub mod system_instruction; pub mod system_processor; use solana_sdk_ids::system_program; pub use { solana_nonce_account::{get_system_account_kind, SystemAccountKind}, system_program::id, };