spl_associated_token_account/
instruction.rs

1//! Program instructions
2#![deprecated(
3    since = "7.1.0",
4    note = "Use `spl_associated_token_account_interface::instruction` instead and remove `spl_associated_token_account` as a dependency"
5)]
6pub use spl_associated_token_account_interface::instruction::*;