Remove frozen ABI modules from solana-sdk
This commit is contained in:
@ -387,7 +387,7 @@ impl Clone for MessageProcessor {
|
||||
}
|
||||
|
||||
#[cfg(RUSTC_WITH_SPECIALIZATION)]
|
||||
impl ::solana_sdk::abi_example::AbiExample for MessageProcessor {
|
||||
impl ::solana_frozen_abi::abi_example::AbiExample for MessageProcessor {
|
||||
fn example() -> Self {
|
||||
// MessageProcessor's fields are #[serde(skip)]-ed and not Serialize
|
||||
// so, just rely on Default anyway.
|
||||
|
Reference in New Issue
Block a user